| Package | Description | 
|---|---|
| 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 <T> RemoteCollector<T,SimpleHolder<T>,T> | 
RemoteCollectors.reducing(T identity,
        Remote.BinaryOperator<T> op)
Returns a  
Collector which performs a reduction of its input
 elements under a specified BinaryOperator using the provided
 identity. |