A function that perform some operation and returns the result of that operation.
- Parameters
-
<T> | the type of the input parameter of the apply operation. |
<R> | the type of the result of the apply operation. |
- Author
- Jean-Marie Dautelle
- Version
- 6.0, July 21, 2013
- See also
- Wikipedia: Function
Definition at line 22 of file Function.java.
◆ apply()
Returns the result of applying this function to the specified parameter.
- Parameters
-
param | the parameter object on which the function is performed. |
- Returns
- the result of the function.
The documentation for this interface was generated from the following file: