package
bond
Value Members
-
object
Email extends Validator[String, Email] with Product with Serializable
-
object
Empty extends Validator[Iterable[_], Empty] with Product with Serializable
-
-
object
Even extends Validator[Int, Even] with Product with Serializable
-
object
False extends Validator[Boolean, False] with Product with Serializable
-
-
-
-
-
object
IsNull extends Validator[Any, IsNull] with Product with Serializable
-
-
-
-
-
object
MaxSize extends LiftableValidator[Iterable[_], Int, MaxSize] with Product with Serializable
-
object
MinSize extends LiftableValidator[Iterable[_], Int, MinSize] with Product with Serializable
-
object
NonEmpty extends Validator[Iterable[_], NonEmpty] with Product with Serializable
-
object
Odd extends Validator[Int, Odd] with Product with Serializable
-
object
Perfect extends Validator[Int, Perfect] with Product with Serializable
-
object
Prime extends Validator[Int, Prime] with Product with Serializable
-
object
Size extends LiftableValidator[Iterable[_], Int, Size] with Product with Serializable
-
-
def
T: Witness.type
-
object
True extends Validator[Boolean, True] with Product with Serializable
-
implicit macro
def
narrowSymbol[S <: String](t: Symbol): @@[Symbol, S]
Inherited from AnyRef
Inherited from Any