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 void
accept(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.T
yield()
Builds or aggregates the added elements to one collected object.
-
Method Details
-
accept
Description copied from interface:Aggregator
Aggregate single element to the collecting object. -
yield
Description copied from interface:Aggregator
Builds or aggregates the added elements to one collected object. -
sort
Description copied from interface:Sortable
Sorts this collection according to the given comparator and returns itself.
-