rd-framework / com.jetbrains.rd.framework.util / nextValue

nextValue

suspend fun <T> <ERROR CLASS><T>.nextValue(lifetime: <ERROR CLASS>, condition: (T) -> Boolean = { true }): <ERROR CLASS>