Anonymous Functions Aren't Lambdas

Published: 01 January 1970
on channel: Dave Leeds
4,201
286

Rarely spotted in the wild, Kotlin's anonymous functions blend some features of named functions with some features of lambdas. In this video, we'll check out what anonymous functions are and when we might want to use them.

✨ New to Kotlin? Start your journey here: https://typealias.com/start/
... or pick up the new Leanpub Edition for offline access and more! https://book.typealias.com/

🚀 Get the inside scoop on everything I'm working on - join my new email newsletter!
Sign up here: https://newsletter.typealias.com/

🛍️ Check out the newly-launched TypeAlias Shop for some fun merch!
https://shop.typealias.com

📚 Chapters
00:00 Anonymous Function Basics
02:23 Return Keyword
05:23 Explicit Types
07:24 Wrap-up