trait Fx[F[*]] extends FxCtor[F] with CanCatch[F] with CanHandleError[F] with CanRecover[F]
- Annotations
- @implicitNotFound()
- Since
2021-11-03
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Fx
- CanRecover
- CanHandleError
- CanCatch
- FxCtor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def catchNonFatalThrowable[A](fa: => F[A]): F[Either[Throwable, A]]
- Definition Classes
- CanCatch
- abstract def effectOf[A](a: => A): F[A]
- Definition Classes
- FxCtor
- abstract def errorOf[A](throwable: Throwable): F[A]
- Definition Classes
- FxCtor
- abstract def flatMapFa[A, B](fa: F[A])(f: (A) => F[B]): F[B]
- Definition Classes
- FxCtor
- abstract def fromEffect[A](fa: => F[A]): F[A]
- Definition Classes
- FxCtor
- abstract def fromEither[A](either: Either[Throwable, A]): F[A]
- Definition Classes
- FxCtor
- abstract def fromOption[A](option: Option[A])(orElse: => Throwable): F[A]
- Definition Classes
- FxCtor
- abstract def fromTry[A](tryA: Try[A]): F[A]
- Definition Classes
- FxCtor
- implicit abstract def fxCtor: FxCtor[F]
- Attributes
- protected
- Definition Classes
- CanCatch
- abstract def handleNonFatal[A, AA >: A](fa: => F[A])(handleError: (Throwable) => AA): F[AA]
- Definition Classes
- CanHandleError
- abstract def handleNonFatalWith[A, AA >: A](fa: => F[A])(handleError: (Throwable) => F[AA]): F[AA]
- Definition Classes
- CanHandleError
- abstract def pureOf[A](a: A): F[A]
- Definition Classes
- FxCtor
- abstract def pureOrError[A](a: => A): F[A]
- Definition Classes
- FxCtor
- abstract def recoverFromNonFatal[A, AA >: A](fa: => F[A])(handleError: PartialFunction[Throwable, AA]): F[AA]
- Definition Classes
- CanRecover
- abstract def recoverFromNonFatalWith[A, AA >: A](fa: => F[A])(handleError: PartialFunction[Throwable, F[AA]]): F[AA]
- Definition Classes
- CanRecover
- abstract def unitOf: F[Unit]
- Definition Classes
- FxCtor
Concrete 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
- final def catchNonFatal[A, B](fb: => F[B])(f: PartialFunction[Throwable, A]): F[Either[A, B]]
- Definition Classes
- CanCatch
- Annotations
- @inline()
- final def catchNonFatalEither[A, AA >: A, B](fab: => F[Either[A, B]])(f: PartialFunction[Throwable, AA]): F[Either[AA, B]]
- Definition Classes
- CanCatch
- Annotations
- @inline()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def handleEitherNonFatal[A, AA >: A, B, BB >: B](fab: => F[Either[A, B]])(handleError: (Throwable) => Either[AA, BB]): F[Either[AA, BB]]
- Definition Classes
- CanHandleError
- Annotations
- @inline()
- final def handleEitherNonFatalWith[A, AA >: A, B, BB >: B](fab: => F[Either[A, B]])(handleError: (Throwable) => F[Either[AA, BB]]): F[Either[AA, BB]]
- Definition Classes
- CanHandleError
- Annotations
- @inline()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 pureOfLeft[B]: PureOfLeft[F, B]
- Definition Classes
- FxCtor
- Annotations
- @inline()
- def pureOfNone[A]: F[Option[A]]
- Definition Classes
- FxCtor
- Annotations
- @inline()
- def pureOfOption[A](a: A): F[Option[A]]
- Definition Classes
- FxCtor
- Annotations
- @inline()
- def pureOfRight[A]: PureOfRight[F, A]
- Definition Classes
- FxCtor
- Annotations
- @inline()
- def pureOfSome[A](a: A): F[Option[A]]
- Definition Classes
- FxCtor
- Annotations
- @inline()
- final def recoverEitherFromNonFatal[A, AA >: A, B, BB >: B](fab: => F[Either[A, B]])(handleError: PartialFunction[Throwable, Either[AA, BB]]): F[Either[AA, BB]]
- Definition Classes
- CanRecover
- Annotations
- @inline()
- final def recoverEitherFromNonFatalWith[A, AA >: A, B, BB >: B](fab: => F[Either[A, B]])(handleError: PartialFunction[Throwable, F[Either[AA, BB]]]): F[Either[AA, BB]]
- Definition Classes
- CanRecover
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated