com.outworkers.util

validators

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class CatsErrorHelper[T] extends AnyRef

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

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

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

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

    Definition Classes
    Wrappers
  6. trait ScalazImplicits extends ValidatorImplicits

  7. implicit class ScalazStringVdToCatsValidation[T] extends AnyRef

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

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

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

    Definition Classes
    CatsOps
  11. implicit class ValidatedApiError[T] extends AnyRef

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

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

    Definition Classes
    ValidatorImplicits
  14. implicit class ValidationNelConverted[String, T] extends AnyRef

    Definition Classes
    CatsOps
  15. trait Wrapper[TP <: Product] extends AnyRef

    Definition Classes
    Wrappers
  16. 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

    Definition Classes
    Wrappers
  17. 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

    Definition Classes
    Wrappers
  18. 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

    Definition Classes
    Wrappers
  19. 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

    Definition Classes
    Wrappers
  20. 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

    Definition Classes
    Wrappers
  21. 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

    Definition Classes
    Wrappers
  22. 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

    Definition Classes
    Wrappers
  23. 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

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

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

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

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

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

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

    Definition Classes
    Wrappers
  30. 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

    Definition Classes
    Wrappers
  31. 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

    Definition Classes
    Wrappers

Value Members

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

    Definition Classes
    ValidatorImplicits
  2. implicit def catsSyntaxValidatedId[A](a: A): ValidatedIdSyntax[A]

    Definition Classes
    ValidatedSyntax
  3. implicit val nelSemigroup: Semigroup[NonEmptyList[(String, String)]]

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

    Definition Classes
    ValidatorImplicits

Inherited from ScalazImplicits

Inherited from ValidatorImplicits

Inherited from Wrappers

Inherited from AnyRef

Inherited from Any

Ungrouped