Where is the `arrow.core.extensions.either.apply.m...
# arrow
d
Where is the
arrow.core.extensions.either.apply.mapN
function moved to? I expected it to be in
Either.mapN
, however by using arrow-core 0.13.2, I can't find such reference. I couldn't find the release notes where that changed either
r
Hi @dephinera, It’s now called zip, it’s in the release notes of the 0.12.0 release which is when mapN was deprecated.
s
r
Thanks @stojan also for reference here is some context on when it was changed https://github.com/arrow-kt/arrow/pull/2315
d
thanks!
👍 1