arrow-fx-coroutines / arrow.fx.coroutines / Schedule / dimap
fun <B, C> dimap(f: suspend (B) -> Input, g: (Output) -> C): Schedule<B, C>
fun <B, C> dimap(f: suspend (B) -> Input, g: (Output) -> C):
Schedule
<B, C>
Do you like Arrow?