arrow-core-data / arrow.core / Option / padZip
fun <B> padZip(other: Option<B>): Option<Pair<A?, B?>> inline fun <B, C> padZip(other: Option<B>, f: (A?, B?) -> C): Option<C>
fun <B> padZip(other:
Option
<B>):
<
Pair
<A?, B?>>
inline fun <B, C> padZip(other:
<B>, f: (A?, B?) -> C):
<C>
Do you like Arrow?