Contents

Publishers.PrefixWhile

A publisher that republishes elements while a predicate closure indicates publishing should continue.

Declaration

struct PrefixWhile<Upstream> where Upstream : Publisher

Topics

Creating a prefix while publisher

Declaring supporting types

Inspecting publisher properties

See Also

Applying sequence operations to elements