arrow-core-data / arrow.core / Eval / coflatMap

coflatMap

@JvmName("coflatMapKind") inline fun <B> ~~coflatMap~~(crossinline f: (EvalOf<A>) -> B): Eval<B> Deprecated: Kind is deprecated, and will be removed in 0.13.0. Please use the coflatMap method defined for Eval instead

inline fun <B> coflatMap(crossinline f: (Eval<A>) -> B): Eval<B>

Do you like Arrow?

Arrow Org
<