Source.fromOption

Create a Source from an Option[T] Optional<T> value, emitting the value if it is present.

Source operators

Signature

Source.fromOptionSource.fromOption

Description

Create a Source from an Option[T] Optional<T> value, emitting the value if it is present.

Reactive Streams semantics

emits when the value is present

completes afterwards