Range

case class Range(start: Int, end: Int, rep: Option[Int]) extends Value
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any

Value members

Concrete methods

def asString: String
def contains(n: Int): Boolean
def expand(max: Int): Vector[Int]
def validate(min: Int, max: Int): Seq[String]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product