consumeEach
inline suspend fun <T> Observable<T>.consumeEach(
action: (T) -> Unit
): Unit
Subscribes to this Observable and performs the specified action for each received element.
inline suspend fun <T> Observable<T>.consumeEach(
action: (T) -> Unit
): Unit
Subscribes to this Observable and performs the specified action for each received element.