arrow-core / arrow.core.extensions / ConstApply / map
open fun <T, U> ConstOf<A, T>.map(f: (T) -> U): Const<A, U>
Do you like Arrow?