| 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.LongBinaryOperator | 
Remote.longBinaryOperator(Remote.LongBinaryOperator operator)
Capture serializable LongBinaryOperator. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Remote.LongBinaryOperator | 
Remote.longBinaryOperator(Remote.LongBinaryOperator operator)
Capture serializable LongBinaryOperator. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default long | 
RemoteLongStream.reduce(long identity,
      Remote.LongBinaryOperator op)
Performs a reduction on the elements of this stream, using the
 provided identity value and an associative accumulation function,
 and returns the reduced value. 
 | 
default OptionalLong | 
RemoteLongStream.reduce(Remote.LongBinaryOperator op)
Performs a reduction on the elements of this stream, using an
 associative accumulation function, and returns an 
  
OptionalLong describing the reduced value, if any. |