Class PassThruFunction0<T>
java.lang.Object
org.eclipse.collections.impl.block.function.PassThruFunction0<T>
- All Implemented Interfaces:
Serializable,Supplier<T>,Function0<T>
A passthru Function0 which returns the value specified.
- See Also:
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
result
-
-
Constructor Details
-
PassThruFunction0
-
-
Method Details