[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 ModernRIBs
- Swift joined()
- Swift init
- Swift joined
- Swift 프로퍼티
- Swift final
- 2023년 회고
- Class
- RTCCameraVideoCapturer
- swift (programmers)
- Swift 내림차순
- Swift
- swift reduce
- swift property
- CS 네트워크
- Swift 프로그래머스
- Swift 알고리즘
- swift 고차함수
- swift programmers
- 원티드 프리온보딩
- Swift inout
- swift protocol
- Swift Leetcode
- Swift Error Handling
- RIBs tutorial
- iOS error
- ios
- Combine: Asynchronous Programming with Swift
- removeLast()
- Swift RIBs
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함