Publishers.Filter
A publisher that republishes all elements that match a provided closure.
Declaration
struct Filter<Upstream> where Upstream : PublisherA publisher that republishes all elements that match a provided closure.
struct Filter<Upstream> where Upstream : Publisher