Packages

o

genkai.monad

EitherMonadError

object EitherMonadError extends MonadError[[β$0$]Either[Throwable, β$0$]]

Linear Supertypes
MonadError[[β$0$]Either[Throwable, β$0$]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EitherMonadError
  2. MonadError
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def adaptError[A](fa: Either[Throwable, A])(pf: PartialFunction[Throwable, Throwable]): Either[Throwable, A]
    Definition Classes
    EitherMonadErrorMonadError
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def eval[A](f: => A): Either[Throwable, A]
    Definition Classes
    EitherMonadErrorMonadError
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def flatMap[A, B](fa: Either[Throwable, A])(f: (A) => Either[Throwable, B]): Either[Throwable, B]
    Definition Classes
    EitherMonadErrorMonadError
  12. def flatten[A](fa: Either[Throwable, Either[Throwable, A]]): Either[Throwable, A]
    Definition Classes
    MonadError
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def guarantee[A](f: Either[Throwable, A])(g: => Either[Throwable, Unit]): Either[Throwable, A]
    Definition Classes
    EitherMonadErrorMonadError
  15. def handleError[A](fa: Either[Throwable, A])(pf: PartialFunction[Throwable, A]): Either[Throwable, A]
    Definition Classes
    EitherMonadErrorMonadError
  16. def handleErrorWith[A](fa: Either[Throwable, A])(pf: PartialFunction[Throwable, Either[Throwable, A]]): Either[Throwable, A]
    Definition Classes
    EitherMonadErrorMonadError
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def ifA[A](fcond: Either[Throwable, Boolean])(ifTrue: => Either[Throwable, A], ifFalse: => Either[Throwable, A]): Either[Throwable, A]
    Definition Classes
    EitherMonadErrorMonadError
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def map[A, B](fa: Either[Throwable, A])(f: (A) => B): Either[Throwable, B]
    Definition Classes
    EitherMonadErrorMonadError
  21. def mapError[A](fa: Either[Throwable, A])(f: (Throwable) => Throwable): Either[Throwable, A]
    Definition Classes
    EitherMonadErrorMonadError
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def pure[A](value: A): Either[Throwable, A]
    Definition Classes
    EitherMonadErrorMonadError
  26. def raiseError[A](error: Throwable): Either[Throwable, A]
    Definition Classes
    EitherMonadErrorMonadError
  27. def suspend[A](fa: => Either[Throwable, A]): Either[Throwable, A]
    Definition Classes
    MonadError
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def tap[A, B](fa: Either[Throwable, A])(f: (A) => Either[Throwable, B]): Either[Throwable, A]
    Definition Classes
    EitherMonadErrorMonadError
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def unit: Either[Throwable, Unit]
    Definition Classes
    MonadError
  32. def void[A](fa: Either[Throwable, A]): Either[Throwable, Unit]
    Definition Classes
    EitherMonadErrorMonadError
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. def whenA[A](cond: Boolean)(f: => Either[Throwable, A]): Either[Throwable, Unit]
    Definition Classes
    EitherMonadErrorMonadError

Inherited from MonadError[[β$0$]Either[Throwable, β$0$]]

Inherited from AnyRef

Inherited from Any

Ungrouped