logicalOr

fun Mono<Boolean>.logicalOr(rightHand: Mono<Boolean>): Mono<Boolean>

Extension to logically combine two Boolean with the OR operator.

Author

Simon Baslé

Since

3.2.0