https://kotlinlang.org logo
#arrow-contributors
Title
# arrow-contributors
t

tavish pegram

07/21/2020, 1:55 PM
First try at nullable
mapN
https://github.com/arrow-kt/arrow-core/pull/189 Would appreciate any feedback!
❤️ 6
a

aballano

07/21/2020, 2:36 PM
Thanks for the contribution! I’m reviewing it at the moment 🙂
t

tavish pegram

07/21/2020, 4:38 PM
@aballano updated based on your comments! thanks for showing me the
Gen
stuff. I left in
mapN
with 1 argument, but can remove it if we just want to consumers to use
a?.let { fn(it) }
👍 1
3 Views