Lambda expressions in Kotlin
In Java 8, one of the features that were added was lambda functions. Unsurprisingly, this feature is available in Kotlin as well, with slight differences. So what is a lambda expression? A lambda expression is simply a block of code (normally short) ...
effbada.hashnode.dev4 min read
kevin kenei
This was very insightful and easy to understand🙌