Gopal S Akshintala
monokBindingCatch
fun <T>asMono(thunk: () -> Mono<T>): MonoK<T> { return monokBindingCatch { thunk().k().bind() } }