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 SummaryNested classes/interfaces inherited from interface one.microstream.functional.AggregatorAggregator.Creator<E,R>
- 
Constructor SummaryConstructors Constructor Description CqlWrapperCollectorProcedure()
- 
Method SummaryModifier and Type Method Description voidaccept(O element)CqlWrapperCollectorProcedure<O,T>sort(Comparator<? super O> order)Tyield()
- 
Constructor Details- 
CqlWrapperCollectorProcedurepublic CqlWrapperCollectorProcedure()
 
- 
- 
Method Details