Обложка канала

StartAndroid

Материалы по Android разработке. Проект startandroid.ru

StartAndroid

4 года назад
Открыть в
Lambdas and Function References

In Kotlin, you can pass a chunk of code from one function to another. In this chapter, we'll learn how to do that, covering topics like function types, function references, lambdas, higher-order functions, and much more.

Dave Leeds on Kotlin