728x90
Kotlin의 Delegates 사용
- Observable
- 갱신 거부 불가능, 데이터를 넣어주는대로 갱신함
- vetoable
- 갱신 거부 가능
- boolean을 반환: true-데이터 갱신/false-데이터 비갱신
Reference
medium.com/androiddevelopers/built-in-delegates-4811947e781f
728x90
'Dev > Kotlin' 카테고리의 다른 글
[Kotlin/Coroutine] CoroutineScope 종류 (0) | 2020.11.19 |
---|---|
[Android/Kotlin] Coroutine - suspend가 redundant? (0) | 2020.11.05 |
[Kotlin 기초] Boolean Array 일괄 초기화 방법 (0) | 2020.10.26 |
[Kotlin] 증감 연산 함수 (0) | 2020.09.22 |
[Kotlin] @JvmField, @JvmStatic (0) | 2020.08.20 |