CollSize

org.hungerford.generic.schema.validator.CollSize
case class CollSize[Col](sizeValidator: Validator[Int])(implicit evidence$3: Collection[Col]) extends Validator[Col]

Attributes

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

Members list

Concise view

Value members

Concrete methods

override def isValid(instance: Col): Boolean

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product