Interface ILazyValue


  • public interface ILazyValue
    Interface for a value that is provided lazy, i.e. only when getValue() is called.
    • Method Detail

      • getValue

        java.lang.Object getValue()
        Get the value.
        Returns:
        The value.