DZone

Kotlin supports a technique called conventions, which everyone should be familiar with. For example, if you define a special method plus in your class, you can use the + operator by convention.

In this article, I want to show you which conventions can be used and will provide some Kotlin code demonstrating the concepts, of course.

Source: DZone