Package one.microstream.util.cql
Class CqlWrapperCollectorLinkingSorting<O,R extends Sortable<O>>
java.lang.Object
one.microstream.util.cql.CqlWrapperCollectorLinkingSorting<O,R>
- All Implemented Interfaces:
Consumer<O>
,Aggregator<O,R>
public final class CqlWrapperCollectorLinkingSorting<O,R extends Sortable<O>> extends Object implements Aggregator<O,R>
-
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.
-