Contents

Publishers.TryDropWhile

A publisher that omits elements from an upstream publisher until a given error-throwing closure returns false.

Declaration

struct TryDropWhile<Upstream> where Upstream : Publisher

Topics

Creating a try-drop-while publisher

Declaring supporting types

Inspecting publisher properties

See Also

Applying sequence operations to elements