Contents

Publishers.TryFilter

A publisher that republishes all elements that match a provided error-throwing closure.

Declaration

struct TryFilter<Upstream> where Upstream : Publisher

Topics

Creating a try-filter publisher

Filtering elements

Declaring supporting types

Inspecting publisher properties

See Also

Filtering elements