mapEffects

Create an inner effect handler that maps inner effects.

This can be used for example to wrap an inner effect in an outer effect, or to map inner effects to outer effects.

If there are no inner effects, then the resulting next will be an Next.next or a Next.noChange depending on if the outer model changed.