No, I’m playing around with an `Option` ```Option....
# arrow
p
No, I’m playing around with an
Option
Copy code
Option.fromNullable("42")
      .fold({ Unit }) { println(it) }