Class BoundedMinAggregator
- java.lang.Object
-
- com.vladsch.flexmark.util.collection.BoundedMinAggregator
-
- All Implemented Interfaces:
BiFunction<Integer,Integer,Integer>
public class BoundedMinAggregator extends Object implements BiFunction<Integer,Integer,Integer>
-
-
Field Summary
Fields Modifier and Type Field Description intminBound
-
Constructor Summary
Constructors Constructor Description BoundedMinAggregator(int minBound)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integerapply(@Nullable Integer aggregate, @Nullable Integer next)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-