InnerEffectHandler

interface InnerEffectHandler<M, F, FI>

Interface for handling effects from an inner update function when using InnerUpdate.

Parameters

M

the outer model type

F

the outer effect type

FI

the inner effect type

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun handleInnerEffects(model: M, modelUpdated: Boolean, innerEffects: Set<FI>): Next<M, F>

Handle effects emitted from an inner update function.