EqualTo

zio.schema.validation.Predicate.Num.EqualTo
final case class EqualTo[A](numType: NumType[A], value: A) extends Num[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Num[A]
trait Predicate[A]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

Attributes

Inherited from:
Predicate

Attributes

Inherited from:
Predicate

Value members

Concrete methods

def validate(v: A): Result

Inherited methods

def contramap[B](f: B => A): Predicate[B]

Attributes

Inherited from:
Predicate

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product