CatsMonadAsyncError
sttp.client4.impl.cats.CatsMonadAsyncError
class CatsMonadAsyncError[F[_]](implicit F: Concurrent[F]) extends CatsMonadError[F], MonadAsyncError[F]
Attributes
- Graph
-
- Supertypes
-
trait MonadAsyncError[F]class CatsMonadError[F]trait MonadError[F]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
MonadAsyncError
Inherited methods
Attributes
- Inherited from:
- MonadError
Deprecated method which doesn't work properly when constructing the f
effect itself throws exceptions - the finalizer e
is not run in that case. Use ensure2
instead, which uses a lazy-evaluated by-name parameter.
Deprecated method which doesn't work properly when constructing the f
effect itself throws exceptions - the finalizer e
is not run in that case. Use ensure2
instead, which uses a lazy-evaluated by-name parameter.
Attributes
- Definition Classes
-
CatsMonadError -> MonadError
- Inherited from:
- CatsMonadError
Runs f
, and ensures that e
is always run afterwards, regardless of the outcome. e
is run even when f
throws exceptions during construction of the effect.
Runs f
, and ensures that e
is always run afterwards, regardless of the outcome. e
is run even when f
throws exceptions during construction of the effect.
Attributes
- Definition Classes
-
CatsMonadError -> MonadError
- Inherited from:
- CatsMonadError
Attributes
- Definition Classes
-
CatsMonadError -> MonadError
- Inherited from:
- CatsMonadError
Attributes
- Definition Classes
-
CatsMonadError -> MonadError
- Inherited from:
- CatsMonadError
Attributes
- Definition Classes
-
CatsMonadError -> MonadError
- Inherited from:
- CatsMonadError
Attributes
- Inherited from:
- MonadError
Attributes
- Definition Classes
-
CatsMonadError -> MonadError
- Inherited from:
- CatsMonadError
Attributes
- Inherited from:
- MonadError
Attributes
- Inherited from:
- MonadError
Attributes
- Definition Classes
-
CatsMonadError -> MonadError
- Inherited from:
- CatsMonadError
Attributes
- Definition Classes
-
CatsMonadError -> MonadError
- Inherited from:
- CatsMonadError
Attributes
- Definition Classes
-
CatsMonadError -> MonadError
- Inherited from:
- CatsMonadError
In this article