Package one.microstream.util.cql
Class CqlWrapperCollectorLinkingFinalizing<O,R>
java.lang.Object
one.microstream.util.cql.CqlWrapperCollectorLinkingFinalizing<O,R>
- All Implemented Interfaces:
 Consumer<O>,Aggregator<O,R>
public final class CqlWrapperCollectorLinkingFinalizing<O,R> extends Object implements Aggregator<O,R>
- 
Method Details
- 
accept
Description copied from interface:AggregatorAggregate single element to the collecting object. - 
yield
Description copied from interface:AggregatorBuilds or aggregates the added elements to one collected object.- Specified by:
 yieldin interfaceAggregator<O,R>- Returns:
 - the collected object
 
 
 -