Contents

Publishers.DropWhile

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

Declaration

struct DropWhile<Upstream> where Upstream : Publisher

Topics

Creating a drop while publisher

Declaring supporting types

Inspecting publisher properties

See Also

Applying sequence operations to elements