February 2018
Intermediate to advanced
350 pages
7h 35m
English
Kotlin provides out-of-the-box support for its collection framework. As a result, the collections framework in Kotlin is full of interesting features that make it stand apart from the collections framework in other languages, such as Java. You already got introduced with some of those features, such as separate interfaces for read-only and mutable collections, square box operator-like arrays, and so on. What I'm going to introduce now is probably the most interesting feature of Kotlin's collections framework, but goes mostly unnoticed—data operation functions.
Kotlin supports data operation functions for all of its collections framework interfaces, objects, and classes. By data operation functions, I mean the ...
Read now
Unlock full access