arrow-core-data / arrow.core / contramap

contramap

fun <A, T, U> Const<A, T>.contramap(f: (U) -> T): Const<A, U>

Do you like Arrow?

Arrow Org
<