NothingStreamOps

fs2.Stream$.NothingStreamOps
final implicit class NothingStreamOps[F[_]](self: Stream[F, Nothing]) extends AnyVal

Attributes

Source
Stream.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

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.

Attributes

Source
Stream.scala