Str

zio.schema.validation.Predicate$.Str
See theStr companion object
sealed trait Str[A] extends Predicate[A]

Attributes

Companion:
object
Graph
Supertypes
trait Predicate[A]
class Object
trait Matchable
class Any
Known subtypes
class Matches
class MaxLength
class MinLength

Members list

Concise view

Type members

Inherited types

Attributes

Inherited from:
Predicate

Attributes

Inherited from:
Predicate

Value members

Inherited methods

def validate(value: A): Result

Attributes

Inherited from:
Predicate