Package one.microstream.functional
Interface SortingAggregator<E,R>
- All Superinterfaces:
Aggregator<E,R>
,Consumer<E>
,Sortable<E>
,SortableProcedure<E>
- All Known Implementing Classes:
CqlWrapperCollectorProcedure
public interface SortingAggregator<E,R> extends Aggregator<E,R>, SortableProcedure<E>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.functional.Aggregator
Aggregator.Creator<E,R>
-
Method Summary
Modifier and Type Method Description SortingAggregator<E,R>
sort(Comparator<? super E> order)