case class ValidatorCheckBuilder[T, P, X](extractor: Expression[Extractor[P, X]], displayActualValue: Boolean) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValidatorCheckBuilder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ValidatorCheckBuilder(extractor: Expression[Extractor[P, X]], displayActualValue: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. val displayActualValue: Boolean
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def exists: CheckBuilder[T, P, X] with SaveAs[T, P, X]
  9. val extractor: Expression[Extractor[P, X]]
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def gt(expected: Expression[X])(implicit ordering: Ordering[X]): CheckBuilder[T, P, X] with SaveAs[T, P, X]
  13. def gte(expected: Expression[X])(implicit ordering: Ordering[X]): CheckBuilder[T, P, X] with SaveAs[T, P, X]
  14. def in(expected: Expression[Seq[X]]): CheckBuilder[T, P, X] with SaveAs[T, P, X]
  15. def in(expected: X*): CheckBuilder[T, P, X] with SaveAs[T, P, X]
  16. def is(expected: Expression[X]): CheckBuilder[T, P, X] with SaveAs[T, P, X]
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isNull: CheckBuilder[T, P, X] with SaveAs[T, P, X]
  19. def lt(expected: Expression[X])(implicit ordering: Ordering[X]): CheckBuilder[T, P, X] with SaveAs[T, P, X]
  20. def lte(expected: Expression[X])(implicit ordering: Ordering[X]): CheckBuilder[T, P, X] with SaveAs[T, P, X]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def not(expected: Expression[X]): CheckBuilder[T, P, X] with SaveAs[T, P, X]
  23. def notExists: CheckBuilder[T, P, X] with SaveAs[T, P, X]
  24. def notNull: CheckBuilder[T, P, X] with SaveAs[T, P, X]
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def optional: CheckBuilder[T, P, X] with SaveAs[T, P, X]
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def transform[X2](transformation: (X, Session) ⇒ X2): ValidatorCheckBuilder[T, P, X2]
  30. def transform[X2](transformation: (X) ⇒ X2): ValidatorCheckBuilder[T, P, X2]
  31. def transformOption[X2](transformation: (Option[X], Session) ⇒ Validation[Option[X2]]): ValidatorCheckBuilder[T, P, X2]
  32. def transformOption[X2](transformation: (Option[X]) ⇒ Validation[Option[X2]]): ValidatorCheckBuilder[T, P, X2]
  33. def validate(opName: String, validator: (Option[X], Session) ⇒ Validation[Option[X]]): CheckBuilder[T, P, X] with SaveAs[T, P, X]
  34. def validate(validator: Expression[Validator[X]]): CheckBuilder[T, P, X] with SaveAs[T, P, X]
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped