arrow-core / arrow.core.extensions / OptionZip

OptionZip

interface ~~OptionZip~~ : Zip<ForOption>, OptionSemialign Deprecated: Zip typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Option

Functions

zip open fun <A, B> Kind<ForOption, A>.zip(other: Kind<ForOption, B>): Kind<ForOption, Tuple2<A, B>>

Inheritors

OptionRepeat interface ~~OptionRepeat~~ : Repeat<ForOption>, OptionZip
OptionUnzip interface ~~OptionUnzip~~ : Unzip<ForOption>, OptionZip

Do you like Arrow?

Arrow Org
<