JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.rpl.rama.ops
Interface RamaFunction0<R>
All Superinterfaces:
RamaFunction
,
RamaSerializable
, java.io.Serializable
public interface
RamaFunction0<R>
extends
RamaFunction
Interface for custom function implementations of zero arguments
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
invoke
()
Computes result of function from input arguments
Method Detail
invoke
R
invoke()
Computes result of function from input arguments
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method