---
title: upstream
framework: combine
role: symbol
role_heading: Instance Property
path: combine/publishers/flatmap/upstream
---

# upstream

The publisher from which this publisher receives elements.

## Declaration

```swift
let upstream: Upstream
```

## See Also

### Inspecting publisher properties

- [maxPublishers](combine/publishers/flatmap/maxpublishers.md)
- [transform](combine/publishers/flatmap/transform.md)
