Latest

Handle only the most recent Effect, cancelling the previous operation when a new Effect is dispatched.

Functions

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