Class

octopus.dsl

AsyncValidatorAsyncOps

Related Doc: package dsl

Permalink

final class AsyncValidatorAsyncOps[M[_], T] extends AnyVal with Serializable

Linear Supertypes
Serializable, Serializable, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncValidatorAsyncOps
  2. Serializable
  3. Serializable
  4. AnyVal
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AsyncValidatorAsyncOps(v: AsyncValidatorM[M, T])

    Permalink

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def comap[U](f: (U) ⇒ T)(implicit appError: AppError[M]): AsyncValidatorM[M, U]

    Permalink
  6. def compose(v2: AsyncValidatorM[M, T])(implicit appError: AppError[M]): AsyncValidatorM[M, T]

    Permalink
  7. def composeDerived(implicit dav: DerivedAsyncValidator[M, T], app: AppError[M]): AsyncValidatorM[M, T]

    Permalink
  8. def composeSuper[U >: T](v2: AsyncValidatorM[M, U])(implicit appError: AppError[M]): AsyncValidatorM[M, T]

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

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

    Permalink
    Definition Classes
    Any
  11. macro def rule[G](selector: (T) ⇒ G, pred: (G) ⇒ M[Boolean], whenInvalid: String): AsyncValidatorM[M, T]

    Permalink
  12. def rule(asyncPred: (T) ⇒ M[Boolean], whenInvalid: String)(implicit appError: AppError[M]): AsyncValidatorM[M, T]

    Permalink
  13. def ruleCatchNonFatal(asyncPred: (T) ⇒ M[Boolean], whenInvalid: String, whenCaught: (Throwable) ⇒ String)(implicit appError: AppError[M]): AsyncValidatorM[M, T]

    Permalink
  14. def ruleCatchOnly[E <: Throwable](asyncPred: (T) ⇒ M[Boolean], whenInvalid: String, whenCaught: (E) ⇒ String)(implicit arg0: ClassTag[E], appError: AppError[M]): AsyncValidatorM[M, T]

    Permalink
  15. def ruleEither(asyncPred: (T) ⇒ M[Either[String, Boolean]], whenInvalid: String)(implicit appError: AppError[M]): AsyncValidatorM[M, T]

    Permalink
  16. def ruleOption(asyncPred: (T) ⇒ M[Option[Boolean]], whenInvalid: String, whenNone: String)(implicit appError: AppError[M]): AsyncValidatorM[M, T]

    Permalink
  17. def ruleVC[V](asyncPred: (V) ⇒ M[Boolean], whenInvalid: String)(implicit gen: Aux[T, ::[V, HNil]], app: AppError[M]): AsyncValidatorM[M, T]

    Permalink
  18. def toString(): String

    Permalink
    Definition Classes
    Any
  19. val v: AsyncValidatorM[M, T]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from AnyVal

Inherited from Any

Ungrouped