Package one.microstream.functional
Class PickAggregate<E>
java.lang.Object
one.microstream.functional.PickAggregate<E>
- All Implemented Interfaces:
Consumer<E>
,Aggregator<E,E>
public final class PickAggregate<E> extends Object implements Aggregator<E,E>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.functional.Aggregator
Aggregator.Creator<E,R>
-
Constructor Summary
Constructors Constructor Description PickAggregate()
-
Method Summary
-
Constructor Details
-
PickAggregate
public PickAggregate()
-
-
Method Details