implicit class ValidateEffectOps[R, A] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ValidateEffectOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def catchAllWrongs[E](handle: (NonEmptyList[E]) => Eff[R, A])(implicit m: Member[[β$9$]Validate[E, β$9$], R]): Eff[R, A]
- def catchFirstWrong[E](handle: (E) => Eff[R, A])(implicit m: Member[[β$7$]Validate[E, β$7$], R]): Eff[R, A]
- def catchLastWrong[E](handle: (E) => Eff[R, A])(implicit m: Member[[β$8$]Validate[E, β$8$], R]): Eff[R, A]
- def catchWrongs[E, S[_]](handle: (S[E]) => Eff[R, A])(implicit arg0: Applicative[S], m: Member[[β$6$]Validate[E, β$6$], R], semi: Semigroup[S[E]]): Eff[R, A]
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def runIorMap[E, L](map: (E) => L)(implicit arg0: Semigroup[L], m: Member[[β$3$]Validate[E, β$3$], R]): Eff[Out, Ior[L, A]]
- def runIorNel[E](implicit m: Member[[β$4$]Validate[E, β$4$], R]): Eff[Out, IorNel[E, A]]
- def runMap[E, L](map: (E) => L)(implicit arg0: Semigroup[L], m: Member[[β$1$]Validate[E, β$1$], R]): Eff[Out, Either[L, A]]
- def runNel[E](implicit m: Member[[β$0$]Validate[E, β$0$], R]): Eff[Out, Either[NonEmptyList[E], A]]
- def runValidatedNel[E](implicit m: Member[[β$2$]Validate[E, β$2$], R]): Eff[Out, ValidatedNel[E, A]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()