object
EitherMonad extends MonadError[[β$0$]Either[Throwable, β$0$]]
Type Members
-
type
R[+T] = Either[Throwable, T]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
error[T](t: Throwable): R[T]
-
def
finalize(): Unit
-
def
flatMap[T, T2](fa: R[T])(f: (T) ⇒ R[T2]): R[T2]
-
def
flatten[T](ffa: Either[Throwable, Either[Throwable, T]]): Either[Throwable, T]
-
def
fromTry[T](t: Try[T]): Either[Throwable, T]
-
final
def
getClass(): Class[_]
-
def
handleError[T](rt: ⇒ Either[Throwable, T])(h: PartialFunction[Throwable, Either[Throwable, T]]): Either[Throwable, T]
-
def
handleWrappedError[T](rt: R[T])(h: PartialFunction[Throwable, R[T]]): R[T]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
map[T, T2](fa: R[T])(f: (T) ⇒ T2): R[T2]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
unit[T](t: T): R[T]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any