object Range extends Serializable
- Source
- Range.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Range
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class SubRange(first: Long, second: Option[Long]) extends Renderable with Product with Serializable
Value Members
- def apply(begin: Long): Range
- def apply(begin: Long, end: Long): Range
- def apply(r1: SubRange, rs: SubRange*): Range
- def apply(unit: RangeUnit, r1: SubRange, rs: SubRange*): Range
- implicit val headerInstance: Header[Range, Single]
- def parse(s: String): ParseResult[Range]
- val parser: Parser0[Range]
- object SubRange extends Serializable