Materialize a Future[Option[T]]CompletionStage<Optional<T>> which completes with the last value emitted wrapped in an SomeOptional when the stream completes.
Materialize a Future[Option[T]]CompletionStage<Optional<T>> which completes with the last value emitted wrapped in an SomeOptional when the stream completes. if the stream completes with no elements the CompletionStage is completed with Nonean empty Optional.