Operator 데이터 스트림을 쉽게 변형하기 위해 Operator를 사용합니다. Collections에서 제공하는 forEach, map 같은 Operator뿐만 아니라 Rx에서 추가적으로 제공하는 debounce, buffer 같은 함수들이 있습니다. https://reactivex.io/documentation/operators.html ReactiveX - Operators Introduction Each language-specific implementation of ReactiveX implements a set of operators. Although there is much overlap between implementations, there are also some operators th..
List 배열 형태로 값을 저장하기 위한 Class, Generic으로 구현되어 다양한 타입을 저장할 수 있습니다. abstract class List implements EfficientLengthIterable { main() { var list1 = [1, 2, 3, 4, 5]; var list2 = List.generate(5, (index) => 0); } Nullable Null값을 저장하기 위한 방법입니다. 변수를 선언할 때 타입 옆에 `?`를 붙이면 됩니다. main() { int? nullInt = null; String? nullString = null; } 정적 변수(final, const) 변수에 값을 저장하고 변경하고 싶지 않을 때가 있습니다. 이럴 때 final, const 키워..
- Total
- Today
- Yesterday
- Flutter
- ViewModelStoreOwner
- 보이스카우트 규칙
- CancellationException
- commit
- DART
- 클린코드
- Widget
- gradle
- rxjava
- 연산자
- clean code
- ConcatAdapter
- viewmodel
- isActive
- Kotlin
- ViewModelProvider
- Coroutine
- TDD
- observable
- 코루틴
- 함수
- git
- ConcatAdapter.Config
- Android
- null
- Exception
- Flowable
- 클린 코드
- DSL
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
