| 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 <T> Remote.ObjDoubleConsumer<T> | 
Remote.objDoubleConsumer(Remote.ObjDoubleConsumer<T> consumer)
Capture serializable ObjDoubleConsumer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> Remote.ObjDoubleConsumer<T> | 
Remote.objDoubleConsumer(Remote.ObjDoubleConsumer<T> consumer)
Capture serializable ObjDoubleConsumer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default <R> R | 
RemoteDoubleStream.collect(Remote.Supplier<R> supplier,
       Remote.ObjDoubleConsumer<R> accumulator,
       Remote.BiConsumer<R,R> combiner)
Performs a mutable reduction operation on the elements of this
 stream. 
 |