fs2.interop.flow.syntax.StreamIOOps
Attributes
-
Source
-
syntax.scala
-
Graph
-
-
Supertypes
-
class AnyVal
trait Matchable
class Any
Members list
Creates a Publisher from a Stream.
Creates a Publisher from a Stream.
The stream is only ran when elements are requested.
Attributes
-
See also
-
toPublisher for a safe version that returns a Resource.
-
Note
-
This Publisher can be reused for multiple Subscribers, each Subscription will re-run the Stream from the beginning.
-
Source
-
syntax.scala