Hi, since Option got deprecated, is there an alter...
# arrow
t
Hi, since Option got deprecated, is there an alternative for FunctorFilters filterMap? What is the preferred way to use optics with nullables now?
r
I expected it to be there since that is in core and part of a public API but looks like it’s not there yet.
We need versions of those as nullable and deprecate the version that take Option
t
OK, so it's on the way 🙂. Thanks for clarification. 👍