---
title: transform
framework: combine
role: symbol
role_heading: Instance Property
path: combine/publishers/map/transform
---

# transform

The closure that transforms elements from the upstream publisher.

## Declaration

```swift
let transform: (Upstream.Output) -> Output
```

## See Also

### Inspecting publisher properties

- [upstream](combine/publishers/map/upstream.md)
