to Mono
Extension to convert any Publisher of T to a Mono that only emits its first element.
Note this extension doesn't make much sense on a Mono but it won't be converted so it doesn't hurt.
Author
Simon Baslé
Since
3.1.1
Extension to convert any Supplier of T to a Mono that emits supplied element.
Author
Sergio Dos Santos
Extension for transforming a nullable object to a Mono.
Author
Sebastien Deleuze
Since
3.1
Extension for transforming an CompletableFuture to a Mono.
Author
Sebastien Deleuze
Since
3.1
Extension for transforming an Callable to a Mono.
Author
Sebastien Deleuze
Since
3.1
Extension for transforming an exception to a Mono that completes with the specified error.
Author
Sebastien Deleuze
Since
3.1