Package

com.outworkers.util

validators

Permalink

package validators

Linear Supertypes
ScalazImplicits, ValidatorImplicits, Wrappers, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. validators
  2. ScalazImplicits
  3. ValidatorImplicits
  4. Wrappers
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class CatsErrorHelper[T] extends AnyRef

    Permalink
    Definition Classes
    ValidatorImplicits
  2. implicit class CatsPropAugmenter[T] extends AnyRef

    Permalink
    Definition Classes
    ValidatorImplicits
  3. implicit class CatsPropValidation[X, T] extends AnyRef

    Permalink
    Definition Classes
    ValidatorImplicits
  4. implicit class FutureErrorConverter[T] extends AnyRef

    Permalink
    Definition Classes
    ValidatorImplicits
  5. type Nel[T] = Validated[NonEmptyList[(String, String)], T]

    Permalink
    Definition Classes
    Wrappers
  6. trait ScalazImplicits extends ValidatorImplicits

    Permalink
  7. implicit class ScalazStringVdToCatsValidation[T] extends AnyRef

    Permalink
    Definition Classes
    ScalazImplicits
  8. implicit class ScalazToCatsValidation[X, T] extends AnyRef

    Permalink
    Definition Classes
    ScalazImplicits
  9. implicit class ScalazToCatsValidationNel[X, T] extends AnyRef

    Permalink
    Definition Classes
    ScalazImplicits
  10. implicit class ValidatedApiError[T] extends AnyRef

    Permalink
    Definition Classes
    ValidatorImplicits
  11. implicit class ValidatedNelAugmenter[T] extends AnyRef

    Permalink
    Definition Classes
    ValidatorImplicits
  12. implicit class ValidationNelAugmenter[T] extends AnyRef

    Permalink
    Definition Classes
    ValidatorImplicits
  13. trait Wrapper[TP <: Product] extends AnyRef

    Permalink
    Definition Classes
    Wrappers
  14. case class Wrapper10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10] extends Wrapper[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)] with Product with Serializable

    Permalink
    Definition Classes
    Wrappers
  15. case class Wrapper11[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11] extends Wrapper[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)] with Product with Serializable

    Permalink
    Definition Classes
    Wrappers
  16. case class Wrapper12[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12] extends Wrapper[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)] with Product with Serializable

    Permalink
    Definition Classes
    Wrappers
  17. case class Wrapper13[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13] extends Wrapper[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)] with Product with Serializable

    Permalink
    Definition Classes
    Wrappers
  18. case class Wrapper14[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14] extends Wrapper[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)] with Product with Serializable

    Permalink
    Definition Classes
    Wrappers
  19. case class Wrapper15[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15] extends Wrapper[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)] with Product with Serializable

    Permalink
    Definition Classes
    Wrappers
  20. case class Wrapper16[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16] extends Wrapper[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)] with Product with Serializable

    Permalink
    Definition Classes
    Wrappers
  21. case class Wrapper17[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17] extends Wrapper[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17)] with Product with Serializable

    Permalink
    Definition Classes
    Wrappers
  22. case class Wrapper2[T1, T2] extends Wrapper[(T1, T2)] with Product with Serializable

    Permalink
    Definition Classes
    Wrappers
  23. case class Wrapper3[T1, T2, T3] extends Wrapper[(T1, T2, T3)] with Product with Serializable

    Permalink
    Definition Classes
    Wrappers
  24. case class Wrapper4[T1, T2, T3, T4] extends Wrapper[(T1, T2, T3, T4)] with Product with Serializable

    Permalink
    Definition Classes
    Wrappers
  25. case class Wrapper5[T1, T2, T3, T4, T5] extends Wrapper[(T1, T2, T3, T4, T5)] with Product with Serializable

    Permalink
    Definition Classes
    Wrappers
  26. case class Wrapper6[T1, T2, T3, T4, T5, T6] extends Wrapper[(T1, T2, T3, T4, T5, T6)] with Product with Serializable

    Permalink
    Definition Classes
    Wrappers
  27. case class Wrapper7[T1, T2, T3, T4, T5, T6, T7] extends Wrapper[(T1, T2, T3, T4, T5, T6, T7)] with Product with Serializable

    Permalink
    Definition Classes
    Wrappers
  28. case class Wrapper8[T1, T2, T3, T4, T5, T6, T7, T8] extends Wrapper[(T1, T2, T3, T4, T5, T6, T7, T8)] with Product with Serializable

    Permalink
    Definition Classes
    Wrappers
  29. case class Wrapper9[T1, T2, T3, T4, T5, T6, T7, T8, T9] extends Wrapper[(T1, T2, T3, T4, T5, T6, T7, T8, T9)] with Product with Serializable

    Permalink
    Definition Classes
    Wrappers

Value Members

  1. implicit def catsErrorConvert[T](vd: ValidatedNel[String, Future[T]])(implicit ctx: ExecutionContext): Future[Validated[ApiError, T]]

    Permalink
    Definition Classes
    ValidatorImplicits
  2. implicit val nelSemigroup: Semigroup[NonEmptyList[(String, String)]]

    Permalink
    Definition Classes
    ValidatorImplicits
  3. implicit def validatedApplicative[E](implicit arg0: Semigroup[E]): Applicative[[β$0$]Validated[E, β$0$]]

    Permalink
    Definition Classes
    ValidatorImplicits

Inherited from ScalazImplicits

Inherited from ValidatorImplicits

Inherited from Wrappers

Inherited from AnyRef

Inherited from Any

Ungrouped