Class MaxAggregator
- java.lang.Object
-
- com.vladsch.flexmark.util.collection.MaxAggregator
-
- All Implemented Interfaces:
BiFunction<Integer,Integer,Integer>
public class MaxAggregator extends Object implements BiFunction<Integer,Integer,Integer>
-
-
Field Summary
Fields Modifier and Type Field Description static MaxAggregatorINSTANCE
-
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 MaxAggregator INSTANCE
-
-