Join Slack
Powered by
Keep in mind that you can also expand this for eve...
# announcements
e
Eugenio
02/19/2017, 5:53 PM
Keep in mind that you can also expand this for
every
type by removing the
Chainable
interface and defining the method like this:
Copy code
inline fun <T, U> T.andThen(func: (T) -> U): U = func(this)
5
Views
Open in Slack
Previous
Next