nextFalseValue

suspend fun ISource<Boolean>.nextFalseValue(lifetime: Lifetime = Lifetime.Eternal): Boolean

Deprecated

Api moved to rd-core

Replace with

import com.jetbrains.rd.util.threading.coroutines.nextValue
nextValue() { !it }