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 RamaFunction1<T0,R>
All Superinterfaces:
RamaFunction
,
RamaSerializable
, java.io.Serializable
public interface
RamaFunction1<T0,R>
extends
RamaFunction
Interface for custom function implementations of one argument
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
invoke
(
T0
arg0)
Computes result of function from input arguments
Method Detail
invoke
R
invoke(
T0
arg0)
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