reactor-kotlin-extensions / reactor.kotlin.extra.bool / reactor.core.publisher.Mono / logicalNOr

logicalNOr

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

Extension to logically combine two Boolean with the Not-OR (NOR) operator.

Author
Simon Baslé

Since
3.2.0