Keep in mind that you can also expand this for eve...
# announcements
e
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)