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 RamaFunction
All Superinterfaces:
RamaSerializable
, java.io.Serializable
All Known Subinterfaces:
RamaFunction0
<R>,
RamaFunction1
<T0,R>,
RamaFunction2
<T0,T1,R>,
RamaFunction3
<T0,T1,T2,R>,
RamaFunction4
<T0,T1,T2,T3,R>,
RamaFunction5
<T0,T1,T2,T3,T4,R>,
RamaFunction6
<T0,T1,T2,T3,T4,T5,R>,
RamaFunction7
<T0,T1,T2,T3,T4,T5,T6,R>,
RamaFunction8
<T0,T1,T2,T3,T4,T5,T6,T7,R>
public interface
RamaFunction
extends
RamaSerializable
Base interface for custom function implementations. A function takes in input arguments and returns exactly one result.
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