com.twitter.algebird.Interval

IntervalMethods

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, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IntervalMethods
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

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

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

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

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

    If this returns Some(t), then intr.

    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]

    If this returns Some(t), then intr.

    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]

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

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

  10. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  11. def toString(): String

    Definition Classes
    Any

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped