fs2.RaiseThrowable
See theRaiseThrowable companion object
Witnesses that F
supports raising throwables.
An instance of RaiseThrowable
is available for any F
which has an
ApplicativeError[F, Throwable]
instance. Alternatively, an instance
is available for the uninhabited type Fallible
.
Attributes
- Companion:
- object
- Source:
- RaiseThrowable.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any