map(_:)

Declaration

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