map(_:) Declarationfunc map<T>(_ transform: @escaping (Output) -> T) -> Publishers.Map<Upstream, T> See AlsoMapping elementstryMap(_:)