Join Slack
Powered by
then use it like that: `val foo: String? = "Hello"...
# getting-started
a
Andreas Sinz
06/02/2016, 9:26 AM
then use it like that:
val foo: String? = "Hello"; someJavaMethod(foo.toOptional())
Open in Slack
Previous
Next