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)
Applies this function to the given arguments.
|
public Integer apply(Integer aggregate, Integer next)
BiFunctionapply in interface BiFunction<Integer,Integer,Integer>aggregate - the first function argumentnext - the second function argumentCopyright © 2019. All rights reserved.