arrow-core-data / arrow.core / NonEmptyList / coflatMap

coflatMap

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

fun <B> coflatMap(f: (NonEmptyList<A>) -> B): NonEmptyList<B>

Do you like Arrow?

Arrow Org
<