kotlin-workshop

Kotlin Workshop - Chennai

View on GitHub

Functions

Kotlin functions are first-class, which means that they can be stored in variables and data structures, passed as arguments to and returned from other higher-order functions. You can operate with functions in any way that is possible for other non-function values.

Classes

Collections