Value

com.github.eikek.calev.Value
See theValue companion object
sealed trait Value

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Range
class Single

Members list

Value members

Abstract methods

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