Publisher Operators
Methods that create downstream publishers or subscribers to act on the elements they receive.
Topics
Mapping elements
Filtering elements
filter(_:)compactMap(_:)removeDuplicates()removeDuplicates(by:)tryRemoveDuplicates(by:)replaceEmpty(with:)replaceError(with:)