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 : PublisherA publisher that omits elements from an upstream publisher until a given error-throwing closure returns false.
struct TryDropWhile<Upstream> where Upstream : Publisher