Join Slack
Communities
Powered by
Just ask if you have any questions. Applicative ma...
# arrow
s
simon.vergauwen
05/29/2018, 3:29 PM
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)
Open in Slack
Previous
Next