Sequential

Handle Effects one at a time, completing each in order before handling the next.

Functions

Link copied to clipboard
open override fun <F, E> execute(transform: suspend FlowCollector<E>.(effect: F) -> Unit, effects: Flow<F>): Flow<E>