fs2.Fallible
See theFallible companion object
Indicates that a stream evaluates no effects but unlike Pure, may raise errors.
Uninhabited.
A Stream[Fallible,O]
can be safely converted to a Stream[F,O]
for all F
via s.lift[F]
, provided an ApplicativeError[F, Throwable]
is available.
Attributes
- Companion
- object
- Source
- Fallible.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
In this article