Package org.glassfish.grizzly.utils
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tevaluate()Initializes and returns the value.
-
-
-
Method Detail
-
evaluate
T evaluate()
Initializes and returns the value.
-
-