Class BoundedMinAggregator
java.lang.Object
com.vladsch.flexmark.util.collection.BoundedMinAggregator
- All Implemented Interfaces:
BiFunction<Integer,
Integer, Integer>
-
Field Details
-
minBound
public final int minBound
-
-
Constructor Details
-
BoundedMinAggregator
public BoundedMinAggregator(int minBound)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceBiFunction<Integer,
Integer, Integer>
-