Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def andAll[T](left: Validator[F, T, T], right: Validator[F, T, T]*): Validator[F, T, T]
- final def asInstanceOf[T0]: T0
- def between[T](lower: T, upper: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
- def blank: Validator[F, String, String]
- def clone(): AnyRef
- def endsWith(prefix: String): Validator[F, String, String]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def equiv[T](bound: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
- final def getClass(): Class[_ <: AnyRef]
- def gt[T](bound: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
- def gte[T](bound: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
- def hashCode(): Int
- def isFalse: Validator[F, Boolean, Boolean]
- def isIn[T](set: Set[T], prefix: String): Validator[F, T, T]
- final def isInstanceOf[T0]: Boolean
- def isNull[T <: AnyRef]: Validator[F, T, T]
- def isTrue: Validator[F, Boolean, Boolean]
- def lt[T](bound: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
- def lte[T](bound: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
- def matchRegex(regex: Regex, partial: Boolean = true): Validator[F, String, String]
- def matchRegexPattern(pattern: Pattern, partialMatchAllowed: Boolean = true): Validator[F, String, String]
- def matchRegexString(regex: String, partial: Boolean = true): Validator[F, String, String]
- def maxLength(len: Int): Validator[F, String, String]
- final def ne(arg0: AnyRef): Boolean
- def notBlank: Validator[F, String, String]
- def notNull[T <: AnyRef]: Validator[F, T, T]
- final def notify(): Unit
- final def notifyAll(): Unit
- def optional[I](validator: Validator[F, I, I]): Validator[F, Option[I], Option[I]]
- def orAll[T](left: Validator[F, T, T], right: Validator[F, T, T]*): Validator[F, T, T]
- def parseDouble(orElse: Validator[F, String, Double]): Validator[F, String, Double]
- def parseDouble: Validator[F, String, Double]
- def parseInt: Validator[F, String, Int]
- def parseInt(orElse: Validator[F, String, Int]): Validator[F, String, Int]
- def required[I](validator: Validator[F, I, I], orElse: Validator[F, Option[I], I]): Validator[F, Option[I], I]
- def required[I](validator: Validator[F, I, I]): Validator[F, Option[I], I]
- def startsWith(prefix: String): Validator[F, String, String]
- final def synchronized[T0](arg0: => T0): T0
- def testInt(orElse: Validator[F, String, Int]): Validator[F, String, Int]
- def toString(): String
- val trimString: Validator[F, String, String]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def within[T](lower: T, upper: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
Deprecated Value Members
- def finalize(): Unit
Value Members
- implicit abstract val alg: StrictApplicativeAlgebra[F, E]
- def parseDouble(orElse: Validator[F, String, Double]): Validator[F, String, Double]
- def parseDouble: Validator[F, String, Double]
- def parseInt: Validator[F, String, Int]
- def parseInt(orElse: Validator[F, String, Int]): Validator[F, String, Int]
- def testInt(orElse: Validator[F, String, Int]): Validator[F, String, Int]
- val trimString: Validator[F, String, String]
Inherited from OptionOps[F, E]
Value Members
- def optional[I](validator: Validator[F, I, I]): Validator[F, Option[I], Option[I]]
- def required[I](validator: Validator[F, I, I], orElse: Validator[F, Option[I], I]): Validator[F, Option[I], I]
- def required[I](validator: Validator[F, I, I]): Validator[F, Option[I], I]
Inherited from NumberOps[F, E]
Value Members
- def between[T](lower: T, upper: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
- def equiv[T](bound: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
- def gt[T](bound: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
- def gte[T](bound: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
- def lt[T](bound: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
- def lte[T](bound: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
- def within[T](lower: T, upper: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
Inherited from LogicOps[F, E]
Value Members
- def andAll[T](left: Validator[F, T, T], right: Validator[F, T, T]*): Validator[F, T, T]
- def orAll[T](left: Validator[F, T, T], right: Validator[F, T, T]*): Validator[F, T, T]
Inherited from StringOps[F, E]
Value Members
- def blank: Validator[F, String, String]
- def endsWith(prefix: String): Validator[F, String, String]
- def isFalse: Validator[F, Boolean, Boolean]
- def isIn[T](set: Set[T], prefix: String): Validator[F, T, T]
- def isTrue: Validator[F, Boolean, Boolean]
- def matchRegex(regex: Regex, partial: Boolean = true): Validator[F, String, String]
- def matchRegexPattern(pattern: Pattern, partialMatchAllowed: Boolean = true): Validator[F, String, String]
- def matchRegexString(regex: String, partial: Boolean = true): Validator[F, String, String]
- def maxLength(len: Int): Validator[F, String, String]
- def notBlank: Validator[F, String, String]
- def startsWith(prefix: String): Validator[F, String, String]
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- implicit abstract val alg: StrictApplicativeAlgebra[F, E]
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def andAll[T](left: Validator[F, T, T], right: Validator[F, T, T]*): Validator[F, T, T]
- final def asInstanceOf[T0]: T0
- def between[T](lower: T, upper: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
- def blank: Validator[F, String, String]
- def clone(): AnyRef
- def endsWith(prefix: String): Validator[F, String, String]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def equiv[T](bound: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
- final def getClass(): Class[_ <: AnyRef]
- def gt[T](bound: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
- def gte[T](bound: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
- def hashCode(): Int
- def isFalse: Validator[F, Boolean, Boolean]
- def isIn[T](set: Set[T], prefix: String): Validator[F, T, T]
- final def isInstanceOf[T0]: Boolean
- def isNull[T <: AnyRef]: Validator[F, T, T]
- def isTrue: Validator[F, Boolean, Boolean]
- def lt[T](bound: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
- def lte[T](bound: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
- def matchRegex(regex: Regex, partial: Boolean = true): Validator[F, String, String]
- def matchRegexPattern(pattern: Pattern, partialMatchAllowed: Boolean = true): Validator[F, String, String]
- def matchRegexString(regex: String, partial: Boolean = true): Validator[F, String, String]
- def maxLength(len: Int): Validator[F, String, String]
- final def ne(arg0: AnyRef): Boolean
- def notBlank: Validator[F, String, String]
- def notNull[T <: AnyRef]: Validator[F, T, T]
- final def notify(): Unit
- final def notifyAll(): Unit
- def optional[I](validator: Validator[F, I, I]): Validator[F, Option[I], Option[I]]
- def orAll[T](left: Validator[F, T, T], right: Validator[F, T, T]*): Validator[F, T, T]
- def parseDouble(orElse: Validator[F, String, Double]): Validator[F, String, Double]
- def parseDouble: Validator[F, String, Double]
- def parseInt: Validator[F, String, Int]
- def parseInt(orElse: Validator[F, String, Int]): Validator[F, String, Int]
- def required[I](validator: Validator[F, I, I], orElse: Validator[F, Option[I], I]): Validator[F, Option[I], I]
- def required[I](validator: Validator[F, I, I]): Validator[F, Option[I], I]
- def startsWith(prefix: String): Validator[F, String, String]
- final def synchronized[T0](arg0: => T0): T0
- def testInt(orElse: Validator[F, String, Int]): Validator[F, String, Int]
- def toString(): String
- val trimString: Validator[F, String, String]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def within[T](lower: T, upper: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
- def finalize(): Unit