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