nextValue

suspend fun <T> ISource<T>.nextValue(condition: (T) -> Boolean = { true }): T