Month: July 2017

  1. Home
  2. chevron_right
  3. 2017
  4. chevron_right
  5. July

Anonymous Functions and Lambdas – Kotlin

Kotlin
Note! This is a post for beginners in Kotlin language. What are lambdas and anonymous functions? In order to define them let’s see what is a function literal. Function literal Function…

Introduction to Functions – Kotlin

Kotlin
In this post, I will try to explain how to write functions in Kotlin by doing a parallel with Java. It’s not rocket science or anything special in this post,…