arrow-core / arrow.core.extensions / ConstFunctor

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

Functions

map open fun <T, U> ConstOf<A, T>.map(f: (T) -> U): Const<A, U>

Do you like Arrow?

Arrow Org
<