RaiseThrowable

fs2.RaiseThrowable
See theRaiseThrowable companion object
trait RaiseThrowable[F[_]]

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 Object
trait Matchable
class Any

Members list

Concise view