map(_:) Declarationfunc map<T>(_ transform: (Elements.Element) -> T) -> Publishers.Sequence<[T], Failure> See AlsoMapping elementsscan(_:_:)setFailureType(to:)replaceNil(with:)