Class SelectProcedureCombiner<T>

All Implemented Interfaces:
Serializable, Combiner<SelectProcedure<T>>

public final class SelectProcedureCombiner<T>
extends AbstractPredicateBasedCombiner<T,​SelectProcedure<T>>
Combines the results of a Collection of SelectBlocks which each hold onto a filtered (select) collection of results.
See Also:
Serialized Form