[Combine] Chapter 3: Transforming Operators
각 Operator는 publisher를 반환합니다. publisher는 upstream 이벤트를 받고 조작합니다. 그러고나서, 조작된 이벤트들을 사용자에게 downstream으로 보냅니다. Collecting Values collect() 각각의 value들을 한 배열안에 넣습니다. 1. collect() 안썼을시 var subscriptions = Set() example(of: "collect") { ["A", "B", "C", "D", "E"].publisher .sink(receiveCompletion: { print($0) }, receiveValue: { print($0) }) .store(in: &subscriptions) } /* ——— Example of: collect ——— A B ..
iOS
2022. 10. 28. 00:06
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- ios
- Swift 프로그래머스
- Swift 내림차순
- RTCCameraVideoCapturer
- Swift inout
- swift 고차함수
- swift reduce
- Swift Leetcode
- CS 네트워크
- iOS error
- Swift 프로퍼티
- Swift 알고리즘
- Class
- 2023년 회고
- Swift
- Swift RIBs
- Swift Error Handling
- swift (programmers)
- swift property
- swift programmers
- Swift final
- Swift init
- Swift joined
- Swift joined()
- RIBs tutorial
- Combine: Asynchronous Programming with Swift
- removeLast()
- 원티드 프리온보딩
- swift protocol
- Swift ModernRIBs
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
글 보관함