| Package | Description | 
|---|---|
| com.tangosol.util.function | 
 Contains Functional interfaces allowing remote execution of lambda expressions and method references. 
 | 
| com.tangosol.util.stream | 
 Contains classes to support functional-style operations on remote streams of elements,
such as map-reduce transformations on collections. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Remote.IntToLongFunction | 
Remote.intToLongFunction(Remote.IntToLongFunction function)
Capture serializable IntToLongFunction. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Remote.IntToLongFunction | 
Remote.intToLongFunction(Remote.IntToLongFunction function)
Capture serializable IntToLongFunction. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default RemoteLongStream | 
RemoteIntStream.mapToLong(Remote.IntToLongFunction mapper)
Returns a  
LongStream consisting of the results of applying the
 given function to the elements of this stream. |