Matches

zio.schema.validation.Predicate$.Str$.Matches
final case class Matches(r: Regex) extends Str[String]

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Str[String]
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited types

Attributes

Inherited from:
Predicate

Attributes

Inherited from:
Predicate

Value members

Concrete methods

def validate(value: String): Result

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product