Just ask if you have any questions. Applicative ma...
# arrow
s
Just ask if you have any questions. Applicative map allows you to combine multiple
Option
values in a safe way.
Option.applicative().map(Some(1), Some(1)) { (a, b) -> a + b} //Some(2)