object all extends either with eval with safe with validate
- Source
- all.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- all
- validate
- safe
- eval
- either
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 attemptDisjunction[R, A](action: Eff[R, A])(implicit m: /=[Safe, R]): Eff[R, \/[Throwable, A]]
- Definition Classes
- safe
- def attemptEvalDisjunction[R, U, A](r: Eff[R, A])(implicit m: Aux[Eval, R, U]): Eff[U, \/[Throwable, A]]
- Definition Classes
- eval
- def attemptSafeDisjunction[R, A](r: Eff[R, A])(implicit m: /=[Safe, R]): Eff[R, (\/[Throwable, A], List[Throwable])]
- Definition Classes
- safe
- def catchLeftCombine[R, E, A](r: Eff[R, A])(handle: (E) => Eff[R, A])(implicit member: /=[[β$3$]Either[E, β$3$], R], s: Semigroup[E]): Eff[R, A]
catch and handle a possible left value.
catch and handle a possible left value. The value is the combination of all failures in case of an applicative
- Definition Classes
- either
- def clone(): AnyRef
- Attributes
- protected[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 execSafeDisjunction[R, U, A](r: Eff[R, A])(implicit m: Aux[Safe, R, U]): Eff[U, \/[Throwable, A]]
- Definition Classes
- safe
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromDisjunction[R, E, A](ea: \/[E, A])(implicit member: |=[[β$0$]Either[E, β$0$], R]): Eff[R, A]
- Definition Classes
- either
- 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 runDisjunction[R, U, E, A](r: Eff[R, A])(implicit m: Aux[[β$1$]Either[E, β$1$], R, U]): Eff[U, \/[E, A]]
- Definition Classes
- either
- def runDisjunctionCombine[R, U, E, A](r: Eff[R, A])(implicit m: Aux[[β$2$]Either[E, β$2$], R, U], s: Semigroup[E]): Eff[U, \/[E, A]]
run the Either effect, yielding E Either A and combine all Es
run the Either effect, yielding E Either A and combine all Es
- Definition Classes
- either
- def runMapDisjunction[R, U, E, L, A](r: Eff[R, A])(map: (E) => L)(implicit arg0: Semigroup[L], m: Aux[[β$2$]Validate[E, β$2$], R, U]): Eff[U, \/[L, A]]
- Definition Classes
- validate
- def runNelDisjunction[R, U, E, A](r: Eff[R, A])(implicit m: Aux[[β$1$]Validate[E, β$1$], R, U]): Eff[U, \/[NonEmptyList[E], A]]
- Definition Classes
- validate
- def runSafeDisjunction[R, U, A](r: Eff[R, A])(implicit m: Aux[Safe, R, U]): Eff[U, (\/[Throwable, A], List[Throwable])]
- Definition Classes
- safe
- def runValidationNel[R, U, E, A](r: Eff[R, A])(implicit m: Aux[[β$0$]Validate[E, β$0$], R, U]): Eff[U, ValidationNel[E, A]]
- Definition Classes
- validate
- 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()