object EitherMonad extends MonadError[[β$0$]Either[Throwable, β$0$]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EitherMonad
- MonadError
- 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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
error[T](t: Throwable): R[T]
- Definition Classes
- EitherMonad → MonadError
-
def
eval[T](t: ⇒ T): Either[Throwable, T]
- Definition Classes
- MonadError
-
def
flatMap[T, T2](fa: R[T])(f: (T) ⇒ R[T2]): R[T2]
- Definition Classes
- EitherMonad → MonadError
-
def
flatten[T](ffa: Either[Throwable, Either[Throwable, T]]): Either[Throwable, T]
- Definition Classes
- MonadError
-
def
fromTry[T](t: Try[T]): Either[Throwable, T]
- Definition Classes
- MonadError
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
handleError[T](rt: ⇒ Either[Throwable, T])(h: PartialFunction[Throwable, Either[Throwable, T]]): Either[Throwable, T]
- Definition Classes
- MonadError
-
def
handleWrappedError[T](rt: R[T])(h: PartialFunction[Throwable, R[T]]): R[T]
- Attributes
- protected
- Definition Classes
- EitherMonad → MonadError
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
map[T, T2](fa: R[T])(f: (T) ⇒ T2): R[T2]
- Definition Classes
- EitherMonad → MonadError
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
suspend[T](t: ⇒ Either[Throwable, T]): Either[Throwable, T]
- Definition Classes
- MonadError
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unit[T](t: T): R[T]
- Definition Classes
- EitherMonad → MonadError
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )