| 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.LongConsumer | 
Remote.LongConsumer.andThen(Remote.LongConsumer after)
Returns a composed  
LongConsumer that performs, in sequence,
 this operation followed by the after operation. | 
static Remote.LongConsumer | 
Remote.longConsumer(Remote.LongConsumer consumer)
Capture serializable LongConsumer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default Remote.LongConsumer | 
Remote.LongConsumer.andThen(Remote.LongConsumer after)
Returns a composed  
LongConsumer that performs, in sequence,
 this operation followed by the after operation. | 
static Remote.LongConsumer | 
Remote.longConsumer(Remote.LongConsumer consumer)
Capture serializable LongConsumer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default RemoteLongStream | 
RemoteLongStream.peek(Remote.LongConsumer 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. 
 |