Class BoundedMaxAggregator
- java.lang.Object
-
- com.vladsch.flexmark.util.collection.BoundedMaxAggregator
-
- All Implemented Interfaces:
BiFunction<Integer,Integer,Integer>
public class BoundedMaxAggregator extends Object implements BiFunction<Integer,Integer,Integer>
-
-
Field Summary
Fields Modifier and Type Field Description intmaxBound
-
Constructor Summary
Constructors Constructor Description BoundedMaxAggregator(int maxBound)
-
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
-
-