[Combine] Chapter5: Combining Operators
오늘은 이어서 Combining 연산자에 대해 공부해 보겠습니다. Prepending upstream에서 방출한 값 앞에 추가해서 보내는 용도로 사용합니다. prepend(Output) publisher에서 방출 되는 이벤트 이전에 값을 넣어줄 때 사용합니다. var subscriptions = Set() example(of: "prepend(output)") { let publisher = [3, 4].publisher publisher .prepend(1, 2) .sink(receiveValue: { print($0) }) .store(in: &subscriptions) } /* ——— Example of: prepend(output) ——— 1 2 3 4 */ 아래처럼 음수 를 추가해도 순서대로 ..
iOS
2022. 11. 10. 20:29
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Swift joined()
- Swift final
- swift programmers
- Swift 프로퍼티
- swift 고차함수
- ios
- swift reduce
- swift property
- 원티드 프리온보딩
- removeLast()
- Swift inout
- Swift 내림차순
- swift protocol
- Combine: Asynchronous Programming with Swift
- Swift 알고리즘
- swift (programmers)
- Swift Error Handling
- Swift init
- Class
- Swift ModernRIBs
- RIBs tutorial
- Swift joined
- RTCCameraVideoCapturer
- iOS error
- 2023년 회고
- CS 네트워크
- Swift RIBs
- Swift 프로그래머스
- Swift
- Swift Leetcode
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함