arrow-core-data / arrow.core / ListK / padZipWith

padZipWith

fun <B, C> ~~padZipWith~~(other: ListK<B>, fa: (Option<A>, Option<B>) -> C): ListK<C> Deprecated: Deprecated, use padZip(other: ListK&lt;B&gt;, fa: (A?, B?) -&gt; C) instead

Align two Lists as in zipWith, but filling in blanks with None.

Do you like Arrow?

Arrow Org
<