then use it like that: `val foo: String? = "Hello"...
# getting-started
a
then use it like that:
val foo: String? = "Hello"; someJavaMethod(foo.toOptional())