Append the output of a publisher with the specified sequence.
SDKs
- iOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
- Xcode 11.0+
Framework
- Combine
Declaration
func append(_ elements: (A.Output, B.Output, C.Output, D.Output)...) -> Publishers.Concatenate<Publishers.Zip4<A, B, C, D>, Publishers.Sequence<[(A.Output, B.Output, C.Output, D.Output)], A.Failure>>