MappedEffectHandler

constructor(effectHandler: Connectable<II, OO>, mapEffect: (I) -> II? = { null }, mapEvent: (OO) -> O? = { null })