Min

org.hungerford.generic.schema.validator.Min
case class Min[T](minValue: T, exclusive: Boolean)(implicit evidence$1: Ordering[T]) extends Validator[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Validator[T]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def isValid(instance: T): Boolean

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product