Uses of Class
com.tangosol.util.SimpleHolder
-
Packages that use SimpleHolder 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. -
-
Uses of SimpleHolder in com.tangosol.util.stream
Methods in com.tangosol.util.stream that return types with arguments of type SimpleHolder Modifier and Type Method Description static <T> RemoteCollector<T,SimpleHolder<T>,T>
RemoteCollectors. reducing(T identity, Remote.BinaryOperator<T> op)
Returns aCollector
which performs a reduction of its input elements under a specifiedBinaryOperator
using the provided identity.
-