mapped

inline fun <I, O, II, OO> Connectable<II, OO>.mapped(noinline mapEffect: (I) -> II? = { it as? II }, noinline mapEvent: (OO) -> O? = { it as? O }): Connectable<I, O>