-
public final class ConsumerScopeKt
-
-
Method Summary
Modifier and Type Method Description final static <I extends MVIIntent, A extends MVIAction> UnitEmptyScope(Function1<ConsumerScope<I, A>, Unit> call)A no-op scope for testing and preview purposes. -
-
Method Detail
-
EmptyScope
final static <I extends MVIIntent, A extends MVIAction> Unit EmptyScope(Function1<ConsumerScope<I, A>, Unit> call)
A no-op scope for testing and preview purposes. ConsumerScope.send and ConsumerScope.consume do nothing
-
-
-
-