Uses of Interface
com.tangosol.util.stream.BaseRemoteStream
Packages that use BaseRemoteStream
Package
Description
Contains classes to support functional-style operations on remote streams of elements,
 such as map-reduce transformations on collections.
- 
Uses of BaseRemoteStream in com.tangosol.util.streamSubinterfaces of BaseRemoteStream in com.tangosol.util.streamModifier and TypeInterfaceDescriptioninterfaceA sequence of primitive double-valued elements supporting sequential and parallel aggregate operations.interfaceA sequence of primitive int-valued elements supporting sequential and parallel aggregate operations.interfaceA sequence of primitive long-valued elements supporting sequential and parallel aggregate operations.interfaceRemoteStream<T>This interface is an extension ofjava.util.stream.Streamthat captures lambdas used as method arguments as serializable lambdas.