Package org.glassfish.pfl.basic.func
Class NullaryFunction.Factory
java.lang.Object
org.glassfish.pfl.basic.func.NullaryFunction.Factory
- Enclosing interface:
NullaryFunction<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> NullaryFunction<T> makeConstant(T value) static <T> NullaryFunction<T> makeFuture(NullaryFunction<T> closure)
-
Method Details
-
makeConstant
-
makeFuture
-