Join Slack
Powered by
I have a functional with in my library as well: ``...
# getting-started
a
apatrida
09/30/2015, 4:52 PM
I have a functional with in my library as well:
Copy code
public inline fun <T> T.with(initWith: T.() -> Unit): T { this.initWith() return this }
so that you can continue fluently from with.
Open in Slack
Previous
Next