arrow-core-data / arrow.core / ListK / rpadZipWith
fun <B, C> ~~rpadZipWith~~(other: ListK<B>, fa: (A, Option<B>) -> C): ListK<C>
Deprecated: Deprecated, use rightPadZip(other: ListK<B>, fa: (A, B?) -> C) instead
Right-padded zipWith.
Do you like Arrow?
✖