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 |
|---|---|
Integer |
apply(Integer aggregate,
Integer next) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic static final MinAggregator INSTANCE
Copyright © 2019. All rights reserved.