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

# init(upstream:)

Creates a publisher that waits until after the stream finishes and then publishes the last element of the stream.

## Declaration

```swift
init(upstream: Upstream)
```

## Parameters

- `upstream`: The publisher from which this publisher receives elements.
