Component

sealed trait Component
Companion:
object
class Object
trait Matchable
class Any
object All.type
class 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].

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