public final class CqlWrapperCollectorProcedure<O,T extends Consumer<O>> extends Object implements SortingAggregator<O,T>
Aggregator.Creator<E,R>| Modifier and Type | Method and 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresetsortIfApplicablepublic final void accept(O element)
Aggregatorpublic final T yield()
Aggregatorpublic CqlWrapperCollectorProcedure<O,T> sort(Comparator<? super O> order)
SortableCopyright © 2022 MicroStream Software. All rights reserved.