arrow-core-data / arrow.core / NonEmptyList / flatMap
@JvmName("flatMapKind") inline fun <B> ~~flatMap~~(f: (A) -> NonEmptyListOf<B>): NonEmptyList<B>
Deprecated: Kind is deprecated, and will be removed in 0.13.0. Please use the flatMap method defined for NonEmptyList instead
inline fun <B> flatMap(f: (A) -> NonEmptyList<B>): NonEmptyList<B>
Do you like Arrow?
✖