개발공부/Kotlin(2)
-
[Kotlin Bootcamp] 3: Functions ② filters & lambdas
Kotlin Bootcamp : link Kotlin Bootcamp for Programmers 3: Functions There's a lot in this lesson, especially if you're new to lambdas. A later lesson revisits lambdas and higher-order functions. Note: You may have noticed that in Kotlin, as in some other languages, there is more than one correct way to do things. Making co codelabs.developers.google.com 지난 글에선 default values와 function을 압축해 사용하는 ..
2020.10.17 -
[Kotlin Bootcamp] 3: Functions ①
Kotlin Bootcamp : link Kotlin Bootcamp for Programmers 3: Functions There's a lot in this lesson, especially if you're new to lambdas. A later lesson revisits lambdas and higher-order functions. Note: You may have noticed that in Kotlin, as in some other languages, there is more than one correct way to do things. Making co codelabs.developers.google.com Java 메서드와 유사한 Kotlin의 Functions는 비교적 간결하며 ..
2020.10.07