Prerequisite / Previous Article [Kotlin: Function type, Function literal, Lambda expression, and Anonymous function](https://link.medium.com/fEkk6DpZW5) Kotlin: Function type, function literal, lambda expression, and An anonymous function Extension function General scenario: We make a class. We write a few methods. Later, we realize that we need more methods for the class. …