implicit object tryFx extends FxOfTry
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- tryFx
- FxOfTry
- TryCanRecover
- TryCanHandleError
- TryCanCatch
- TryFxCtor
- Fx
- CanRecover
- CanHandleError
- CanCatch
- FxCtor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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: => Try[B])(f: PartialFunction[Throwable, A]): Try[Either[A, B]]
- Definition Classes
- CanCatch
- Annotations
- @inline()
- final def catchNonFatalEither[A, AA >: A, B](fab: => Try[Either[A, B]])(f: PartialFunction[Throwable, AA]): Try[Either[AA, B]]
- Definition Classes
- CanCatch
- Annotations
- @inline()
- final def catchNonFatalThrowable[A](fa: => Try[A]): Try[Either[Throwable, A]]
- Definition Classes
- TryCanCatch → CanCatch
- Annotations
- @inline()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def effectOf[A](a: => A): Try[A]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def errorOf[A](throwable: Throwable): Try[A]
- final def flatMapFa[A, B](fa: Try[A])(f: (A) => Try[B]): Try[B]
- final def fromEffect[A](fa: => Try[A]): Try[A]
- final def fromEither[A](either: Either[Throwable, A]): Try[A]
- final def fromOption[A](option: Option[A])(orElse: => Throwable): Try[A]
- final def fromTry[A](tryA: Try[A]): Try[A]
- implicit val fxCtor: FxCtor[Try]
- Attributes
- protected
- Definition Classes
- TryCanCatch → CanCatch
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def handleEitherNonFatal[A, AA >: A, B, BB >: B](fab: => Try[Either[A, B]])(handleError: (Throwable) => Either[AA, BB]): Try[Either[AA, BB]]
- Definition Classes
- CanHandleError
- Annotations
- @inline()
- final def handleEitherNonFatalWith[A, AA >: A, B, BB >: B](fab: => Try[Either[A, B]])(handleError: (Throwable) => Try[Either[AA, BB]]): Try[Either[AA, BB]]
- Definition Classes
- CanHandleError
- Annotations
- @inline()
- def handleNonFatal[A, AA >: A](fa: => Try[A])(handleError: (Throwable) => AA): Try[AA]
- Definition Classes
- TryCanHandleError → CanHandleError
- Annotations
- @inline()
- def handleNonFatalWith[A, AA >: A](fa: => Try[A])(handleError: (Throwable) => Try[AA]): Try[AA]
- Definition Classes
- TryCanHandleError → 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()
- final def pureOf[A](a: A): Try[A]
- def pureOfLeft[B]: PureOfLeft[Try, B]
- Definition Classes
- FxCtor
- Annotations
- @inline()
- def pureOfNone[A]: Try[Option[A]]
- Definition Classes
- FxCtor
- Annotations
- @inline()
- def pureOfOption[A](a: A): Try[Option[A]]
- Definition Classes
- FxCtor
- Annotations
- @inline()
- def pureOfRight[A]: PureOfRight[Try, A]
- Definition Classes
- FxCtor
- Annotations
- @inline()
- def pureOfSome[A](a: A): Try[Option[A]]
- Definition Classes
- FxCtor
- Annotations
- @inline()
- def pureOrError[A](a: => A): Try[A]
- final def recoverEitherFromNonFatal[A, AA >: A, B, BB >: B](fab: => Try[Either[A, B]])(handleError: PartialFunction[Throwable, Either[AA, BB]]): Try[Either[AA, BB]]
- Definition Classes
- CanRecover
- Annotations
- @inline()
- final def recoverEitherFromNonFatalWith[A, AA >: A, B, BB >: B](fab: => Try[Either[A, B]])(handleError: PartialFunction[Throwable, Try[Either[AA, BB]]]): Try[Either[AA, BB]]
- Definition Classes
- CanRecover
- Annotations
- @inline()
- def recoverFromNonFatal[A, AA >: A](fa: => Try[A])(handleError: PartialFunction[Throwable, AA]): Try[AA]
- Definition Classes
- TryCanRecover → CanRecover
- Annotations
- @SuppressWarnings() @inline()
- def recoverFromNonFatalWith[A, AA >: A](fa: => Try[A])(handleError: PartialFunction[Throwable, Try[AA]]): Try[AA]
- Definition Classes
- TryCanRecover → CanRecover
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def unitOf: Try[Unit]
- 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