Uses of Interface
com.tangosol.util.Streamer
Packages that use Streamer
Package
Description
Contains various generic utilities.
Contains concrete 
InvocableMap.EntryAggregator
 implementations.- 
Uses of Streamer in com.tangosol.util
Classes in com.tangosol.util that implement StreamerMethods in com.tangosol.util with parameters of type StreamerModifier and TypeMethodDescriptiondefault booleanInvocableMap.StreamingAggregator.accumulate(Streamer<? extends InvocableMap.Entry<? extends K, ? extends V>> streamer) Accumulate multiple entries into the result. - 
Uses of Streamer in com.tangosol.util.aggregator
Methods in com.tangosol.util.aggregator with parameters of type StreamerModifier and TypeMethodDescriptionbooleanAbstractAggregator.accumulate(Streamer<? extends InvocableMap.Entry<? extends K, ? extends V>> streamer) booleanCount.accumulate(Streamer<? extends InvocableMap.Entry<? extends K, ? extends V>> streamer) booleanDistinctValues.accumulate(Streamer<? extends InvocableMap.Entry<? extends K, ? extends V>> streamer) booleanQueryRecorder.accumulate(Streamer<? extends InvocableMap.Entry<? extends K, ? extends V>> streamer)