dimap

fun <B, C> dimap(f: suspend (B) -> Input, g: (Output) -> C): Schedule<B, C>(source)