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