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

not

operator fun Mono<Boolean>.not(): Mono<Boolean>

Extension to logically revert a Boolean. It can also be applied as a ! operator.

Author
Simon Baslé

Since
3.2.0