fs2.Stream$.NothingStreamOps
Attributes
- Source:
- Stream.scala
- Graph
- Supertypes
class AnyVal
trait Matchable
class Any
Members list
Concise view
Value members
Converts a Stream[F, Nothing]
to a Stream[F, Unit]
which emits a single ()
after this stream completes.
Converts a Stream[F, Nothing]
to a Stream[F, Unit]
which emits a single ()
after this stream completes.
Attributes
- Source:
- Stream.scala