arrow-core / arrow.core.extensions / ConstFunctor
interface ~~ConstFunctor~~<A> : Functor<ConstPartialOf<A>>
Deprecated: Functor typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Const
map | open fun <T, U> ConstOf<A, T>.map(f: (T) -> U): Const<A, U> |
Do you like Arrow?
✖