GreaterThan

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

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Num[A]
trait Predicate[A]
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(v: A): Result

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product