final class EitherTFABErrorHandlingOps[F[*], A, B] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EitherTFABErrorHandlingOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EitherTFABErrorHandlingOps(efab: () ⇒ EitherT[F, A, B])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def catchNonFatalEitherT[AA >: A](f: PartialFunction[Throwable, AA])(implicit canCatch: CanCatch[F], fxCtor: FxCtor[F]): EitherT[F, AA, B]
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def handleEitherTNonFatal[AA >: A, BB >: B](handleError: (Throwable) ⇒ Either[AA, BB])(implicit canHandleError: CanHandleError[F]): EitherT[F, AA, BB]
- def handleEitherTNonFatalWith[AA >: A, BB >: B](handleError: (Throwable) ⇒ F[Either[AA, BB]])(implicit canHandleError: CanHandleError[F]): EitherT[F, AA, BB]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def recoverEitherTFromNonFatal[AA >: A, BB >: B](handleError: PartialFunction[Throwable, Either[AA, BB]])(implicit canRecover: CanRecover[F]): EitherT[F, AA, BB]
- def recoverEitherTFromNonFatalWith[AA >: A, BB >: B](handleError: PartialFunction[Throwable, F[Either[AA, BB]]])(implicit canRecover: CanRecover[F]): EitherT[F, AA, BB]
-
def
toString(): String
- Definition Classes
- Any