Class AggregateMax<E>

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

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