NothingStreamOps

final implicit implicit class NothingStreamOps[F[_]](self: Stream[F, Nothing]) extends AnyVal
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.