case class ValidatorCheckBuilder[T, P, X](extractor: Expression[Extractor[P, X]], displayActualValue: Boolean) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ValidatorCheckBuilder
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ValidatorCheckBuilder(extractor: Expression[Extractor[P, X]], displayActualValue: Boolean)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val displayActualValue: Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def exists: CheckBuilder[T, P, X] with SaveAs[T, P, X]
- val extractor: Expression[Extractor[P, X]]
-
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 gt(expected: Expression[X])(implicit ordering: Ordering[X]): CheckBuilder[T, P, X] with SaveAs[T, P, X]
- def gte(expected: Expression[X])(implicit ordering: Ordering[X]): CheckBuilder[T, P, X] with SaveAs[T, P, X]
- def in(expected: Expression[Seq[X]]): CheckBuilder[T, P, X] with SaveAs[T, P, X]
- def in(expected: X*): CheckBuilder[T, P, X] with SaveAs[T, P, X]
- def is(expected: Expression[X]): CheckBuilder[T, P, X] with SaveAs[T, P, X]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNull: CheckBuilder[T, P, X] with SaveAs[T, P, X]
- def lt(expected: Expression[X])(implicit ordering: Ordering[X]): CheckBuilder[T, P, X] with SaveAs[T, P, X]
- def lte(expected: Expression[X])(implicit ordering: Ordering[X]): CheckBuilder[T, P, X] with SaveAs[T, P, X]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def not(expected: Expression[X]): CheckBuilder[T, P, X] with SaveAs[T, P, X]
- def notExists: CheckBuilder[T, P, X] with SaveAs[T, P, X]
- def notNull: CheckBuilder[T, P, X] with SaveAs[T, P, X]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def optional: CheckBuilder[T, P, X] with SaveAs[T, P, X]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def transform[X2](transformation: (X, Session) ⇒ X2): ValidatorCheckBuilder[T, P, X2]
- def transform[X2](transformation: (X) ⇒ X2): ValidatorCheckBuilder[T, P, X2]
- def transformOption[X2](transformation: (Option[X], Session) ⇒ Validation[Option[X2]]): ValidatorCheckBuilder[T, P, X2]
- def transformOption[X2](transformation: (Option[X]) ⇒ Validation[Option[X2]]): ValidatorCheckBuilder[T, P, X2]
- def validate(opName: String, validator: (Option[X], Session) ⇒ Validation[Option[X]]): CheckBuilder[T, P, X] with SaveAs[T, P, X]
- def validate(validator: Expression[Validator[X]]): CheckBuilder[T, P, X] with SaveAs[T, P, X]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )