Proposal for Adding `Nullable.map` and `Nullable.flatMap` Functions
I was thinking yesterday, that
Nullable.map and Nullable.flatMap might be nice, when working in code bases that haven't fully embraced using Option everywhere. Would such contributions be welcome if I were to implement them?