| Package | Description |
|---|---|
| com.tangosol.util |
Contains various generic utilities.
|
| com.tangosol.util.stream |
Contains classes to support functional-style operations on remote streams of elements,
such as map-reduce transformations on collections.
|
| Class | Description |
|---|---|
| RemoteStream |
This interface is an extension of
java.util.stream.Stream that captures
lambdas used as method arguments as serializable lambdas. |
| Class | Description |
|---|---|
| BaseRemoteStream |
An extension of
BaseStream that adds support for
the RemotePipeline retrieval. |
| RemoteCollector |
An extension of
Collector that adds serialization support. |
| RemoteDoubleStream |
A sequence of primitive double-valued elements supporting sequential and parallel
aggregate operations.
|
| RemoteIntStream |
A sequence of primitive int-valued elements supporting sequential and
parallel aggregate operations.
|
| RemoteLongStream |
A sequence of primitive long-valued elements supporting sequential and parallel
aggregate operations.
|
| RemotePipeline |
A serializable pipeline of intermediate stream operations.
|
| RemoteStream |
This interface is an extension of
java.util.stream.Stream that captures
lambdas used as method arguments as serializable lambdas. |