arrow-core / arrow.core.extensions / OptionMonoidK
interface ~~OptionMonoidK~~ : MonoidK<ForOption>
Deprecated: MonoidK 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> |
empty | open fun <A> empty(): Option<A> |
Do you like Arrow?
✖