Class MinAggregator
- java.lang.Object
-
- com.vladsch.flexmark.util.collection.MinAggregator
-
- All Implemented Interfaces:
BiFunction<Integer,Integer,Integer>
public class MinAggregator extends Object implements BiFunction<Integer,Integer,Integer>
-
-
Field Summary
Fields Modifier and Type Field Description static MinAggregatorINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable 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
-
-
-
-
Field Detail
-
INSTANCE
public static final MinAggregator INSTANCE
-
-