Component

com.github.eikek.calev.Component
See theComponent companion object
sealed trait Component

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object All.type
class List

Members list

Value members

Abstract methods

def asString: String
def contains(n: Int): Boolean
def findFirst(min: Int, max: Int): Option[Int]

Find the first value in this component that is in range [min,max].

Find the first value in this component that is in range [min,max].

Attributes

def validate(min: Int, max: Int): Seq[String]