arrow-core / arrow.core.extensions / NonEmptyListSemialign

NonEmptyListSemialign

interface ~~NonEmptyListSemialign~~ : Semialign<ForNonEmptyList>, NonEmptyListFunctor Deprecated: Semialign typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on NonEmptyList.

Functions

align open fun <A, B> align(a: Kind<ForNonEmptyList, A>, b: Kind<ForNonEmptyList, B>): Kind<ForNonEmptyList, Ior<A, B>>

Inheritors

NonEmptyListZip interface ~~NonEmptyListZip~~ : Zip<ForNonEmptyList>, NonEmptyListSemialign

Do you like Arrow?

Arrow Org
<