Uses of Class
com.tangosol.util.SimpleHolder
Package
Description
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
Modifier and TypeMethodDescriptionstatic <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.