Trait

com.outworkers.util.validators

ScalazImplicits

Related Doc: package validators

Permalink

trait ScalazImplicits extends ValidatorImplicits

Linear Supertypes
ValidatorImplicits, Wrappers, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalazImplicits
  2. ValidatorImplicits
  3. Wrappers
  4. AnyRef
  5. 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. implicit class ScalazStringVdToCatsValidation[T] extends AnyRef

    Permalink
  7. implicit class ScalazToCatsValidation[X, T] extends AnyRef

    Permalink
  8. implicit class ScalazToCatsValidationNel[X, T] extends AnyRef

    Permalink
  9. implicit class ValidatedApiError[T] extends AnyRef

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

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

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

    Permalink
    Definition Classes
    Wrappers
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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
  18. 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
  19. 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
  20. 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
  21. case class Wrapper2[T1, T2] extends Wrapper[(T1, T2)] with Product with Serializable

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

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

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

    Permalink
    Definition Classes
    Wrappers
  25. 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
  26. 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
  27. 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
  28. 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. final def !=(arg0: Any): Boolean

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

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

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

    Permalink
    Definition Classes
    Any
  5. implicit def catsErrorConvert[T](vd: ValidatedNel[String, Future[T]])(implicit ctx: ExecutionContext): Future[Validated[ApiError, T]]

    Permalink
    Definition Classes
    ValidatorImplicits
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    ValidatorImplicits
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  19. implicit def validatedApplicative[E](implicit arg0: Semigroup[E]): Applicative[[β$0$]Validated[E, β$0$]]

    Permalink
    Definition Classes
    ValidatorImplicits
  20. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ValidatorImplicits

Inherited from Wrappers

Inherited from AnyRef

Inherited from Any

Ungrouped