MinLength

zio.schema.validation.Predicate$.Str$.MinLength
final case class MinLength(n: Int) 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