Interface ValuedProblemContainer<T>

    • Method Detail

      • getValue

        @Nullable
        T getValue​()
        Get the underlying value object, regardless of the problem state of the container.
        Returns:
        the value associated with this container.