---
title: "init(_:_:_:)"
framework: combine
role: symbol
role_heading: Initializer
path: "combine/publishers/merge3/init(_:_:_:)"
---

# init(_:_:_:)

Creates a publisher created by applying the merge function to three upstream publishers.

## Declaration

```swift
init(_ a: A, _ b: B, _ c: C)
```

## Parameters

- `a`: A publisher to merge
- `b`: A second publisher to merge.
- `c`: A third publisher to merge.
