Package org.glassfish.pfl.basic.func
Interface NullaryFunction<T>
-
- All Known Implementing Classes:
NullaryFunctionBase
@Deprecated public interface NullaryFunction<T>
Deprecated.replaced bySupplier
A function that takes no arguments and returns a result.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
NullaryFunction.Factory
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description T
evaluate()
Deprecated.
-
-
-
Method Detail
-
evaluate
T evaluate()
Deprecated.
-
-