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