Failure
Value members
Inherited methods
Parallelly zips the this result with the specified result discarding the
first element of the tuple or else returns the failed Cause[E1]
Parallelly zips the this result with the specified result discarding the
first element of the tuple or else returns the failed Cause[E1]
- Inherited from:
- Exit
Sequentially zips the this result with the specified result discarding the
first element of the tuple or else returns the failed Cause[E1]
Sequentially zips the this result with the specified result discarding the
first element of the tuple or else returns the failed Cause[E1]
- Inherited from:
- Exit
Parallelly zips the this result with the specified result discarding the
second element of the tuple or else returns the failed Cause[E1]
Parallelly zips the this result with the specified result discarding the
second element of the tuple or else returns the failed Cause[E1]
- Inherited from:
- Exit
Parallelly zips the this result with the specified result or else returns
the failed Cause[E1]
Parallelly zips the this result with the specified result or else returns
the failed Cause[E1]
- Inherited from:
- Exit
Sequentially zips the this result with the specified result discarding the
second element of the tuple or else returns the failed Cause[E1]
Sequentially zips the this result with the specified result discarding the
second element of the tuple or else returns the failed Cause[E1]
- Inherited from:
- Exit
Sequentially zips the this result with the specified result or else returns
the failed Cause[E1]
Sequentially zips the this result with the specified result or else returns
the failed Cause[E1]
- Inherited from:
- Exit
Replaces the success value with the one provided.
Replaces the success value with the one provided.
- Inherited from:
- Exit
Sequentially zips the this result with the specified result or else returns
the failed Cause[E1]
Sequentially zips the this result with the specified result or else returns
the failed Cause[E1]
- Inherited from:
- Exit
Applies the function f
to the successful result of the Exit
and returns
the result in a new Exit
.
Applies the function f
to the successful result of the Exit
and returns
the result in a new Exit
.
- Inherited from:
- Exit
Retrieves the A
if succeeded, or else returns the specified default A
.
Retrieves the A
if succeeded, or else returns the specified default A
.
- Inherited from:
- Exit
Determines if the result is interrupted.
Determines if the result is interrupted.
- Inherited from:
- Exit
Maps over both the error and value type.
Maps over both the error and value type.
- Inherited from:
- Exit
Replaces the error value with the one provided.
Replaces the error value with the one provided.
- Inherited from:
- Exit
Converts the Exit
to an Either[Throwable, A]
, by wrapping the cause in
FiberFailure
(if the result is failed).
Converts the Exit
to an Either[Throwable, A]
, by wrapping the cause in
FiberFailure
(if the result is failed).
- Inherited from:
- Exit
Zips this together with the specified result using the combination functions.
Zips this together with the specified result using the combination functions.
- Inherited from:
- Exit
Deprecated and Inherited methods
Maps over both the error and value type.
Maps over both the error and value type.
- Deprecated
- Inherited from:
- Exit