Class AggregateContains<E>

java.lang.Object
one.microstream.functional.AggregateContains<E>
All Implemented Interfaces:
Consumer<E>, Aggregator<E,​Boolean>

public final class AggregateContains<E>
extends Object
implements Aggregator<E,​Boolean>