arrow-core-data / arrow.core / combine
fun <A, T>
ConstOf
<A, T>.~~combine~~(SG:
Semigroup
<A>, that:
ConstOf
<A, T>):
Const
<A, T>
Deprecated: Kind is deprecated, and will be removed in 0.13.0. Please use the combine method defined for Const instead
fun <A, T>
Const
<A, T>.combine(SG:
Semigroup
<A>, that:
Const
<A, T>):
Const
<A, T>
fun <A, B>
Either
<A, B>.combine(SGA:
Semigroup
<A>, SGB:
Semigroup
<B>, b:
Either
<A, B>):
Either
<A, B>
fun <A, B>
Ior
<A, B>.combine(SA:
Semigroup
<A>, SB:
Semigroup
<B>, other:
Ior
<A, B>):
Ior
<A, B>
fun <A>
Option
<A>.combine(SGA:
Semigroup
<A>, b:
Option
<A>):
Option
<A>
fun <E, A>
ValidatedOf
<E, A>.combine(SE:
Semigroup
<E>, SA:
Semigroup
<A>, y:
ValidatedOf
<E, A>):
Validated
<E, A>
Do you like Arrow?
✖