Converts a Stream[F, Nothing] to a Stream[F, Unit] which emits a single () after this stream completes.
Stream[F, Nothing]
Stream[F, Unit]
()