FallibleOps
fs2.Stream.FallibleOps
Provides syntax for fallible streams.
Attributes
- Source
- Stream.scala
- Graph
-
- Supertypes
-
class AnyValtrait Matchableclass Any
Members list
Value members
Concrete methods
Lifts this stream to the specified effect type.
Runs this fallible stream and returns the emitted elements in a collection of the specified type.
Runs this fallible stream and returns the emitted elements in a collection of the specified type. Note: this method is only available on fallible streams.
Attributes
- Source
- Stream.scala
Runs this fallible stream and returns the emitted elements in a list.
Runs this fallible stream and returns the emitted elements in a list. Note: this method is only available on fallible streams.
Attributes
- Source
- Stream.scala
Runs this fallible stream and returns the emitted elements in a vector.
Runs this fallible stream and returns the emitted elements in a vector. Note: this method is only available on fallible streams.
Attributes
- Source
- Stream.scala
In this article