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