---
title: "map(_:)"
framework: combine
role: symbol
role_heading: Instance Method
path: "combine/publishers/trymap/map(_:)"
---

# map(_:)

## Declaration

```swift
func map<T>(_ transform: @escaping (Output) -> T) -> Publishers.TryMap<Upstream, T>
```
