public class MaxAggregator extends Object implements BiFunction<Integer,Integer,Integer>
| Modifier and Type | Field and Description |
|---|---|
static MaxAggregator |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Integer |
apply(@Nullable Integer aggregate,
@Nullable Integer next) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic static final MaxAggregator INSTANCE
Copyright © 2020. All rights reserved.