Javolution 6.0.0 java
javolution.util.function.Function< T, R > Interface Template Reference

Public Member Functions

apply (T param)
 

Detailed Description

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.

Member Function Documentation

◆ apply()

R javolution.util.function.Function< T, R >.apply ( param)

Returns the result of applying this function to the specified parameter.

Parameters
paramthe 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: