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

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