Contents

Publishers.TryPrefixWhile

A publisher that republishes elements while an error-throwing predicate closure indicates publishing should continue.

Declaration

struct TryPrefixWhile<Upstream> where Upstream : Publisher

Topics

Creating a try-prefix-while publisher

Declaring supporting types

Inspecting publisher properties

See Also

Applying sequence operations to elements