arrow-core / arrow.core.extensions / OptionZip
interface ~~OptionZip~~ : Zip<ForOption>, OptionSemialign
Deprecated: Zip typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Option
| zip | open fun <A, B> Kind<ForOption, A>.zip(other: Kind<ForOption, B>): Kind<ForOption, Tuple2<A, B>> | 
    
| OptionRepeat | interface ~~OptionRepeat~~ : Repeat<ForOption>, OptionZip | 
    
| OptionUnzip | interface ~~OptionUnzip~~ : Unzip<ForOption>, OptionZip | 
    
Do you like Arrow?
✖