Posts
All the articles I've posted.
-
Kotlin apply() for nested Java objects: stop writing endless setters
Use Kotlin's apply() scope function to build deeply nested Java objects without intermediate variables. Before/after examples with real API code.