NothingStreamOps

final class NothingStreamOps[F[_]](self: Stream[F, Nothing]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def unitary: Stream[F, Unit]

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.