Join Slack
Communities
Powered by
Can you use a Lazy instead? Like ``` val fo = lazy...
# getting-started
s
spand
09/29/2016, 11:41 AM
Can you use a Lazy instead? Like
Copy code
val fo = lazy { Regex.fromLiteral(".*") } fo.value.matches("moo")
👍 1
2
Views
Open in Slack
Previous
Next