Package one.microstream.util.cql
Class CqlWrapperCollectorProcedure<O,T extends Consumer<O>>
java.lang.Object
one.microstream.util.cql.CqlWrapperCollectorProcedure<O,T>
- All Implemented Interfaces:
 Consumer<O>,Sortable<O>,SortableProcedure<O>,Aggregator<O,T>,SortingAggregator<O,T>
public final class CqlWrapperCollectorProcedure<O,T extends Consumer<O>> extends Object implements SortingAggregator<O,T>
- 
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.functional.Aggregator
Aggregator.Creator<E,R> - 
Method Summary
Modifier and Type Method Description voidaccept(O element)Aggregate single element to the collecting object.CqlWrapperCollectorProcedure<O,T>sort(Comparator<? super O> order)Sorts this collection according to the given comparator and returns itself.Tyield()Builds or aggregates the added elements to one collected object. 
- 
Method Details
- 
accept
Description copied from interface:AggregatorAggregate single element to the collecting object. - 
yield
Description copied from interface:AggregatorBuilds or aggregates the added elements to one collected object. - 
sort
Description copied from interface:SortableSorts this collection according to the given comparator and returns itself. 
 -