| 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 | 
|---|---|
default Remote.IntConsumer | 
Remote.IntConsumer.andThen(Remote.IntConsumer after)
Returns a composed  
IntConsumer that performs, in sequence,
 this operation followed by the after operation. | 
static Remote.IntConsumer | 
Remote.intConsumer(Remote.IntConsumer consumer)
Capture serializable IntConsumer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default Remote.IntConsumer | 
Remote.IntConsumer.andThen(Remote.IntConsumer after)
Returns a composed  
IntConsumer that performs, in sequence,
 this operation followed by the after operation. | 
static Remote.IntConsumer | 
Remote.intConsumer(Remote.IntConsumer consumer)
Capture serializable IntConsumer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default RemoteIntStream | 
RemoteIntStream.peek(Remote.IntConsumer action)
Returns a stream consisting of the elements of this stream, additionally
 performing the provided action on each element as elements are consumed
 from the resulting stream. 
 |