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