Lambdas can be 3 different types - capturing, non-...
# announcements
p
Lambdas can be 3 different types - capturing, non-capturing and mutable. In android studio it is very easy to convert kotlin to java via bytecode. With this help it is possible to see how kotlin lambda converts at the end to java. It can be either singleton or anonymous class. Basically in example from @Andreas Sinz it will be singleton that’s why equals returned true