Package

com.outworkers.util.validators

dsl

Permalink

package dsl

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

Type Members

  1. implicit class CatsPropAugmenter[T] extends AnyRef

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

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

    Permalink
    Definition Classes
    Wrappers
  4. implicit class ValidatedApiError[T] extends AnyRef

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

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

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

    Permalink
    Definition Classes
    Wrappers
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. case class Wrapper2[T1, T2] extends Wrapper[(T1, T2)] with Product with Serializable

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

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

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

    Permalink
    Definition Classes
    Wrappers
  20. 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
  21. 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
  22. 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
  23. 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 val nelSemigroup: Semigroup[NonEmptyList[(String, String)]]

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

    Permalink
    Definition Classes
    ValidatorImplicits

Inherited from ValidatorImplicits

Inherited from Wrappers

Inherited from AnyRef

Inherited from Any

Ungrouped