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 : PublisherA publisher that republishes all non-nil results of calling an error-throwing closure with each received element.
struct TryCompactMap<Upstream, Output> where Upstream : Publisher