Kotlin Scope Function

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 Mar 23 7:53
Editor
Edited
Edited
2021 Mar 23 8:6
Tags
Tags
특정 범위(scope) 내에서 특정 객체를 this 또는 it으로 사용할 수 있는 것
중괄호로 표현되는 블록(block) 내에서 특정 객체를 this 또는 it으로 표현 → clean code
서로 유사한 점이 많아 익히기 쉬운 반면 어느 상황에서 어떤 함수를 쓰는 것이 적절한지 혼란
 
 
Kotlin with
Kotlin with
Kotlin run
Kotlin apply
Kotlin also
 
 
 
 
 

Recommendations