Matches

final case class Matches(r: Regex) extends Str[String]
trait Serializable
trait Product
trait Equals
trait Str[String]
trait Predicate[String]
class Object
trait Matchable
class Any

Type members

Inherited types

type Errors = Chunk[ValidationError]
Inherited from:
Predicate
type Result = Either[Errors, Errors]
Inherited from:
Predicate

Value members

Concrete methods

def validate(value: String): Result

Inherited methods

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