logicalNAnd

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

Extension to logically combine two Boolean with the Not-AND (NAND) operator.

Author

Simon Baslé

Since

3.2.0