Contents

Publishers.CompactMap

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

Declaration

struct CompactMap<Upstream, Output> where Upstream : Publisher

Topics

Creating a compact map publisher

Declaring supporting types

Mapping elements

Inspecting publisher properties

See Also

Filtering elements