Package com.rpl.rama.ops
Interface RamaFunction0<R>
- All Superinterfaces:
RamaFunction,RamaSerializable,Serializable
Interface for custom function implementations of zero arguments
-
Method Summary
-
Method Details
-
invoke
R invoke()Computes result of function from input arguments
-