ValidateEffectOps
org.atnos.eff.syntax.validate.ValidateEffectOps
Attributes
- Source:
- validate.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Members list
Concise view
Value members
Concrete methods
def catchAllWrongs[E](handle: NonEmptyList[E] => Eff[R, A])(implicit m: Member[[_] =>> Validate[E, _$10], R]): Eff[R, A]
Attributes
- Source:
- validate.scala
def catchFirstWrong[E](handle: E => Eff[R, A])(implicit m: Member[[_] =>> Validate[E, _$8], R]): Eff[R, A]
Attributes
- Source:
- validate.scala
def catchLastWrong[E](handle: E => Eff[R, A])(implicit m: Member[[_] =>> Validate[E, _$9], R]): Eff[R, A]
Attributes
- Source:
- validate.scala
def catchWrongs[E, S[_] : Applicative](handle: S[E] => Eff[R, A])(implicit evidence$3: Applicative[S], m: Member[[_] =>> Validate[E, _$7], R], semi: Semigroup[S[E]]): Eff[R, A]
Attributes
- Source:
- validate.scala
Attributes
- Source:
- validate.scala
Attributes
- Source:
- validate.scala
Attributes
- Source:
- validate.scala
Attributes
- Source:
- validate.scala
def runValidatedNel[E](implicit m: Member[[_] =>> Validate[E, _$3], R]): Eff[Out, ValidatedNel[E, A]]
Attributes
- Source:
- validate.scala