- Companion
- class
Value members
Inherited methods
def runMapDisjunction[R, U, E, L, A](r: Eff[R, A])(map: E => L)(`evidence$1`: Semigroup[L], m: Aux[[_] =>> Validate[E, _$5], R, U]): Eff[U, L \/ A]
- Inherited from
- validate
def runNelDisjunction[R, U, E, A](r: Eff[R, A])(m: Aux[[_] =>> Validate[E, _$3], R, U]): Eff[U, NonEmptyList[E] \/ A]
- Inherited from
- validate
def runValidationNel[R, U, E, A](r: Eff[R, A])(m: Aux[[_] =>> Validate[E, _$1], R, U]): Eff[U, ValidationNel[E, A]]
- Inherited from
- validate