Str

sealed trait Str[A] extends Predicate[A]
Companion:
object
trait Predicate[A]
class Object
trait Matchable
class Any
class Matches
class MaxLength
class MinLength

Type members

Inherited types

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

Value members

Inherited methods

def validate(value: A): Result
Inherited from:
Predicate