public class BoundedMinAggregator extends Object implements BiFunction<Integer,Integer,Integer>
| Modifier and Type | Field and Description |
|---|---|
int |
minBound |
| Constructor and Description |
|---|
BoundedMinAggregator(int minBound) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
apply(Integer aggregate,
Integer next) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenCopyright © 2019. All rights reserved.