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