Publisher
.double
.Flux
that emits the provided elements and then completes.Flux
that will only emit a single element then onComplete.Mono
that emits the specified item, which is captured at
instantiation time.Mono
that emits the specified item if Optional.isPresent()
otherwise only emits
onComplete.Mono
that emits the specified item if non null otherwise only emits
onComplete.