fun <T> Mono<T>.toMaybe(): Maybe<T>
WRaps Mono instance into an RxJava Maybe.
Parameters
Return the new Maybe instance