case class longMinMaxValue(min: Long, max: Long) extends ValidationRule with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- longMinMaxValue
- Serializable
- Serializable
- Product
- Equals
- ValidationRule
- ErrorLike
- Function1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new longMinMaxValue(min: Long, max: Long)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- def &(that: ValidationRule): ValidationRule
Adds new and condition.
Adds new and condition.
- that
new validation rule
- returns
combined validation rule
- Definition Classes
- ValidationRule
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def and(that: ValidationRule): ValidationRule
Adds new and condition.
Adds new and condition.
- that
new validation rule
- returns
combined validation rule
- Definition Classes
- ValidationRule
- def andThen[A](g: (ValidationState) ⇒ A): (KeyValueParamDefinition) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def apply(paramDef: KeyValueParamDefinition): ValidationState
Applies this validation rule to parameter.
Applies this validation rule to parameter.
- paramDef
param definition
- returns
validation
- Definition Classes
- ValidationRule → Function1
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.CloneNotSupportedException])
- def compose[A](g: (A) ⇒ KeyValueParamDefinition): (A) ⇒ ValidationState
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
- Definition Classes
- ErrorLike → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- ErrorLike → AnyRef → Any
- def isDouble(v: Any): Boolean
- Attributes
- protected
- Definition Classes
- ValidationRule
- def isEmpty(v: Any): Boolean
- Attributes
- protected
- Definition Classes
- ValidationRule
- def isFloat(v: Any): Boolean
- Attributes
- protected
- Definition Classes
- ValidationRule
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isInt(v: Any): Boolean
- Attributes
- protected
- Definition Classes
- ValidationRule
- def isLong(v: Any): Boolean
- Attributes
- protected
- Definition Classes
- ValidationRule
- def isNumeric(v: Any): Boolean
- Attributes
- protected
- Definition Classes
- ValidationRule
- def isValid(v: Any): Boolean
Validation itself.
- val max: Long
- def messageParams: Seq[String]
Params to be embedded to message.
Params to be embedded to message.
- Definition Classes
- longMinMaxValue → ErrorLike
- val min: Long
- def name: String
Error name.
Error name.
- Definition Classes
- longMinMaxValue → ErrorLike
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def nowMillis(): Long
- Attributes
- protected
- Definition Classes
- ValidationRule
- final def synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toDouble(v: Any): Double
- Attributes
- protected
- Definition Classes
- ValidationRule
- def toFloat(v: Any): Float
- Attributes
- protected
- Definition Classes
- ValidationRule
- def toHasGetTime(v: Any): Option[AnyRef { def getTime(): Long }]
- Attributes
- protected
- Definition Classes
- ValidationRule
- def toHasSize(v: Any): Option[AnyRef { def size(): Int }]
- Attributes
- protected
- Definition Classes
- ValidationRule
- def toInt(v: Any): Int
- Attributes
- protected
- Definition Classes
- ValidationRule
- def toLong(v: Any): Long
- Attributes
- protected
- Definition Classes
- ValidationRule
- def toString(): String
- Definition Classes
- ErrorLike → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.InterruptedException])