arrow-core / arrow.core.extensions / ConstApply

ConstApply

interface ~~ConstApply~~<A> : Apply<ConstPartialOf<A>> Deprecated: Apply typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Const

Functions

ap open fun <T, U> ConstOf<A, T>.ap(ff: ConstOf<A, (T) -> U>): Const<A, U>
MA abstract fun MA(): Monoid<A>
map open fun <T, U> ConstOf<A, T>.map(f: (T) -> U): Const<A, U>

Do you like Arrow?

Arrow Org
<