I imagine this is simple to do, but I'm struggling...
# arrow
t
I imagine this is simple to do, but I'm struggling. I have
List<Option<String>>
and I want to return
List<String>
i.e. filter every None. Any tips? Ahh filterMap got it!
👌🏼 1