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 Details

    • minBound

      public final int minBound
  • Constructor Details

    • BoundedMinAggregator

      public BoundedMinAggregator(int minBound)
  • Method Details