Package one.microstream.functional
Class AggregateSearch<E>
java.lang.Object
one.microstream.functional.AggregateSearch<E>
- All Implemented Interfaces:
 Consumer<E>,Aggregator<E,E>
public class AggregateSearch<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 AggregateSearch(Predicate<? super E> predicate) - 
Method Summary