Interface NullaryFunction<T>

  • All Known Subinterfaces:
    NullaryFunction<T>

    public interface NullaryFunction<T>
    General initializer interface. It might be useful abstraction, which helps to create and initialize certain values lazily.
    Author:
    Ken Cavanaugh
    See Also:
    Attribute, AttributeHolder, Holder
    • Method Detail

      • evaluate

        T evaluate()
        Initializes and returns the value.