Sink.headOption
Materializes into a Future[Option[T]]
which completes with the first value arriving wrapped in Some
, or a None
if the stream completes without any elements emitted.
Description
Materializes into a Future[Option[T]]
which completes with the first value arriving wrapped in Some
, or a None
if the stream completes without any elements emitted.
cancels after receiving one element
backpressures never