NothingStreamOps
- Source:
- Stream.scala
class AnyVal
trait Matchable
class Any
Value members
Concrete methods
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.
- Source:
- Stream.scala