toMaybe

fun <T> Mono<T>.toMaybe(): Maybe<T>

WRaps Mono instance into an RxJava Maybe.

Return

the new Maybe instance

Parameters

the value type