scope function1 [Kotlin Android] Scope Function 이번 포스팅은 Kotlin의 Scope Function에 대한 개념을 간단하게 알아보고, Android에서 Scope Function을 사용하는 패턴에 대해 알아보겠습니다. 개념 이름을 사용하지 않고도 객체에 액세스할 수 있는 임시 스코프 생성 함수. 코드를 더 간결하고 가독성있게 만들기 위해 존재. inline function으로 런타임 오버헤드를 줄일 수 있음. 종류 Function Object reference Return value Is extension function let it Lambda result Yes run this Lambda result Yes run - Lambda result No: called without the context object with this Lambda r.. 2024. 3. 26. 이전 1 다음