arrow-core / arrow.core.extensions / EvalFunctor
interface ~~EvalFunctor~~ : Functor<ForEval>
Deprecated: Functor typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Eval
map | open fun <A, B> EvalOf<A>.map(f: (A) -> B): Eval<B> |
Do you like Arrow?
✖