tryMap(_:) Declarationfunc tryMap<T>(_ transform: @escaping (Output) throws -> T) -> Publishers.TryMap<Upstream, T> See AlsoMapping elementsmap(_:)