fun Mono<Boolean>.logicalXOr(rightHand: Mono<Boolean>): Mono<Boolean>
Extension to logically combine two Boolean with the exclusive-OR (XOR) operator.
Author Simon Baslé
Since 3.2.0