Class

com.twitter.algebird.Interval

IntervalMethods

Related Doc: package Interval

Permalink

implicit final class IntervalMethods[T] extends AnyVal

This is here for binary compatibility reasons. These methods should be moved to Interval, which should also be an abstract class for better binary compatibility at the next incompatible change

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntervalMethods
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IntervalMethods(intr: Interval[T])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def boundedGreatest(implicit pred: Predecessible[T]): Option[T]

    Permalink

    If this returns Some(t), then intr.contains(t) and there is no s greater than t such that intr.contains(s)

    If this returns Some(t), then intr.contains(t) and there is no s greater than t such that intr.contains(s)

    if this returns None, it may be Empty, Lower, or Universe

  6. def boundedLeast(implicit succ: Successible[T]): Option[T]

    Permalink

    If this returns Some(t), then intr.contains(t) and there is no s less than t such that intr.contains(s)

    If this returns Some(t), then intr.contains(t) and there is no s less than t such that intr.contains(s)

    if this returns None, it may be Empty, Upper or Universe

  7. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  8. val intr: Interval[T]

    Permalink
  9. def isEmpty(implicit succ: Successible[T], pred: Predecessible[T]): Boolean

    Permalink
  10. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  11. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped