Class Range.LowerBoundFn

  • All Implemented Interfaces:
    Function<Range,​Cut>, java.util.function.Function<Range,​Cut>
    Enclosing class:
    Range<C extends java.lang.Comparable>

    static class Range.LowerBoundFn
    extends java.lang.Object
    implements Function<Range,​Cut>
    • Constructor Summary

      Constructors 
      Constructor Description
      LowerBoundFn()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Cut apply​(Range range)  
      • 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.Function

        andThen, compose