Range

object Range
Companion:
class
Source:
Range.scala
trait Product
trait Mirror
class Object
trait Matchable
class Any
Range.type

Type members

Classlikes

final case class SubRange(first: Long, second: Option[Long]) extends Renderable
Companion:
object
Source:
Range.scala
object SubRange
Companion:
class
Source:
Range.scala

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def apply(unit: RangeUnit, r1: SubRange, rs: SubRange*): Range
def apply(r1: SubRange, rs: SubRange*): Range
def apply(begin: Long, end: Long): Range
def apply(begin: Long): Range

Concrete fields