Interface ValueWrapper<T>

  • Type Parameters:
    T - Value type

    public interface ValueWrapper<T>
    Wraps around a value object.
    • Method Detail

      • getValue

        T getValue()
        Return the wrapped value object.
        Returns:
        wrapped value.