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 SummaryNested classes/interfaces inherited from interface one.microstream.functional.AggregatorAggregator.Creator<E,R>
- 
Method SummaryModifier and Type Method Description SortingAggregator<E,R>sort(Comparator<? super E> order)