s_mach.validate

FvWhDLaDRG_ValidatorPML

Related Doc: package validate

implicit final class FvWhDLaDRG_ValidatorPML[A] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FvWhDLaDRG_ValidatorPML
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FvWhDLaDRG_ValidatorPML(self: Validator[A])

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def comment(message: String)(implicit ca: ClassTag[A]): Validator[A]

    returns

    composite Validator of self and Validator.comment

  6. def ensure(message: String)(f: (A) ⇒ Boolean)(implicit ca: ClassTag[A]): Validator[A]

    returns

    composite Validator of self and Validator.ensure

  7. def field[B](fieldName: String, unapply: (A) ⇒ B)(vb: Validator[B])(implicit ca: ClassTag[A]): Validator[A]

    returns

    composite Validator of self and Validator.field

  8. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  9. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  10. def optional(implicit ca: ClassTag[A]): OptionValidator[A]

    returns

    an optional validator wrapper of self

  11. val self: Validator[A]

  12. def toString(): String

    Definition Classes
    Any
  13. def zeroOrMore(implicit ca: ClassTag[A]): CollectionValidator[Nothing, A]

    returns

    a collection validator wrapper of self

Inherited from AnyVal

Inherited from Any

Ungrouped