arrow-core-data / arrow.core / ListK / padZipWith
fun <B, C> ~~padZipWith~~(other:
ListK
<B>, fa: (
Option
<A>,
Option
<B>) -> C):
ListK
<C>
Deprecated: Deprecated, use padZip(other: ListK<B>, fa: (A?, B?) -> C)
instead
Align two Lists as in zipWith, but filling in blanks with None.
Do you like Arrow?
✖