observeNext

fun observeNext(scope: CoroutineScope? = null, onValue: suspend (T) -> Unit, onCompletion: (Throwable?) -> Unit? = null): Job