I would like to do something like this:
if (someObject == null) { return Mono.just(someId) .flatMap(si -> service.monoVoidMethod(si)); } return Mono.