LessThan

final case class LessThan[A](numType: NumType[A], value: A) extends Num[A]
trait Serializable
trait Product
trait Equals
trait Num[A]
trait Predicate[A]
class Object
trait Matchable
class Any

Type members

Inherited types

type Errors = Chunk[ValidationError]
Inherited from:
Predicate
type Result = Either[Errors, Errors]
Inherited from:
Predicate

Value members

Concrete methods

def validate(v: A): Result

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product