arrow-core / arrow.core.extensions / OptionSemigroupK
interface ~~OptionSemigroupK~~ : SemigroupK<ForOption>
Deprecated: SemigroupK typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Option
combineK | open fun <A> OptionOf<A>.combineK(y: OptionOf<A>): Option<A> |
Do you like Arrow?
✖