public class MinAggregator extends Object implements BiFunction<Integer,Integer,Integer>
| Modifier and Type | Field and Description |
|---|---|
static MinAggregator |
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 MinAggregator INSTANCE
Copyright © 2020. All rights reserved.