final class FEitherABErrorHandlingOps[F[*], A, B] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FEitherABErrorHandlingOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new FEitherABErrorHandlingOps(fab: () ⇒ F[Either[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 catchNonFatalEither[AA >: A](f: PartialFunction[Throwable, AA])(implicit canCatch: CanCatch[F], fxCtor: FxCtor[F]): F[Either[AA, B]]
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def handleEitherNonFatal[AA >: A, BB >: B](handleError: (Throwable) ⇒ Either[AA, BB])(implicit canHandleError: CanHandleError[F]): F[Either[AA, BB]]
- def handleEitherNonFatalWith[AA >: A, BB >: B](handleError: (Throwable) ⇒ F[Either[AA, BB]])(implicit canHandleError: CanHandleError[F]): F[Either[AA, BB]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def recoverEitherFromNonFatal[AA >: A, BB >: B](handleError: PartialFunction[Throwable, Either[AA, BB]])(implicit canRecover: CanRecover[F]): F[Either[AA, BB]]
- def recoverEitherFromNonFatalWith[AA >: A, BB >: B](handleError: PartialFunction[Throwable, F[Either[AA, BB]]])(implicit canRecover: CanRecover[F]): F[Either[AA, BB]]
-
def
toString(): String
- Definition Classes
- Any