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>
  • Method Details

    • sort

      SortingAggregator<E,​R> sort​(Comparator<? super E> order)
      Description copied from interface: Sortable
      Sorts this collection according to the given comparator and returns itself.
      Specified by:
      sort in interface Sortable<E>
      Parameters:
      order - to sort this collection
      Returns:
      this