arrow-core-data / arrow.core / combineK
fun <A, B>
EitherOf
<A, B>.combineK(y:
EitherOf
<A, B>):
Either
<A, B>
fun <A>
ListKOf
<A>.~~combineK~~(y:
ListKOf
<A>):
ListK
<A>
Deprecated: ListK is deprecated along side Higher Kinded Types in Arrow. Prefer to simply use kotlin.collections.List instead.Arrow provides extension functions on Iterable to cover all the behavior defined for ListK as extension functions
fun <A>
NonEmptyListOf
<A>.~~combineK~~(y:
NonEmptyListOf
<A>):
NonEmptyList
<A>
Deprecated: Kind is deprecated, and will be removed in 0.13.0. Please the plus method defined for NonEmptyList instead
fun <A>
SequenceKOf
<A>.~~combineK~~(y:
SequenceKOf
<A>):
SequenceK
<A>
Deprecated: SequenceK is deprecated along side Higher Kinded Types in Arrow. Prefer to simply use kotlin.sequences.Sequence instead.Arrow provides extension functions on kotlin.sequences.Sequence to cover all the behavior defined for SequenceK
fun <A>
SetKOf
<A>.~~combineK~~(y:
SetKOf
<A>):
SetK
<A>
Deprecated: SetK is deprecated along side Higher Kinded Types in Arrow. Prefer to simply use kotlin.collections.Set instead.Arrow provides extension functions on Iterable and kotlin.collections.Set to cover all the behavior defined for SetK
fun <E, A>
ValidatedOf
<E, A>.combineK(SE:
Semigroup
<E>, y:
ValidatedOf
<E, A>):
Validated
<E, A>
Do you like Arrow?
✖