Interface ValueWrapper<T>

Type Parameters:
T - Value type

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

    Modifier and Type
    Method
    Description
    Return the wrapped value object.
  • Method Details

    • getValue

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