Publishers.TryPrefixWhile
A publisher that republishes elements while an error-throwing predicate closure indicates publishing should continue.
Declaration
struct TryPrefixWhile<Upstream> where Upstream : PublisherA publisher that republishes elements while an error-throwing predicate closure indicates publishing should continue.
struct TryPrefixWhile<Upstream> where Upstream : Publisher