Join Slack
Powered by
If by input, you mean in the constructor, then som...
# getting-started
a
andrewoma
09/30/2016, 10:54 PM
If by input, you mean in the constructor, then something like this:
Copy code
class Foo(dateString: String) { val date = LocalDate.parse(dateString) }
Open in Slack
Previous
Next