Contents

Publishers.TryCompactMap

A publisher that republishes all non-nil results of calling an error-throwing closure with each received element.

Declaration

struct TryCompactMap<Upstream, Output> where Upstream : Publisher

Topics

Creating a try-compact-map Publisher

Mapping elements

Declaring supporting types

Inspecting publisher properties

See Also

Filtering elements