Packages

sealed case class Range(start: Offset, stop: Offset) extends Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Range
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Range(start: Offset, stop: Offset)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(i: Offset): Range
  4. def -(i: Offset): Range
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def apart(that: Range): Boolean
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def compare(that: Range): Int
  10. def contains(that: Range): Boolean
  11. def contains(i: Offset): Boolean
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def inflate_singularity: Range
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def is_singularity: Boolean
  18. def length: Offset
  19. def map(f: (Offset) ⇒ Offset): Range
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def overlaps(that: Range): Boolean
  24. def restrict(that: Range): Range
  25. val start: Offset
  26. val stop: Offset
  27. def substring(text: String): String
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    Range → AnyRef → Any
  30. def touches(i: Offset): Boolean
  31. def try_join(that: Range): Option[Range]
  32. def try_restrict(that: Range): Option[Range]
  33. def try_substring(text: String): Option[String]
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped