InnerEffectHandlers

Functions

Link copied to clipboard

Create an inner effect handler that ignores inner effects.

Link copied to clipboard
fun <M, F, FI> mapEffects(f: Function<FI, F>): InnerEffectHandler<M, F, FI>

Create an inner effect handler that maps inner effects.