Join Slack
Powered by
No, I’m playing around with an `Option` ```Option....
# arrow
p
pivovarit
01/20/2018, 9:39 PM
No, I’m playing around with an
Option
Copy code
Option.fromNullable("42") .fold({ Unit }) { println(it) }
Open in Slack
Previous
Next