Contents

map(_:)

Declaration

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

See Also

Mapping elements