Interface Interval.Match<A>

  • Enclosing class:
    Interval

    public static interface Interval.Match<A>
    • Method Detail

      • bounded

        A bounded​(Date leftBound,
                  Date rightBound)
      • leftInfinite

        A leftInfinite​(Date rightBound)
      • rightInfinite

        A rightInfinite​(Date leftBound)