CompositeCharacterCheck

final case class CompositeCharacterCheck(checks: List[CharacterCheck]) extends CharacterCheck

Composite check nesting a sequence of positive checks.

Composite check nesting a sequence of positive checks.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def check(c: Char): Boolean
Definition Classes

Inherited methods

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