Publishers.TryLastWhere
A publisher that waits until after the stream finishes and then publishes the last element of the stream that satisfies an error-throwing predicate closure.
Declaration
struct TryLastWhere<Upstream> where Upstream : PublisherA publisher that waits until after the stream finishes and then publishes the last element of the stream that satisfies an error-throwing predicate closure.
struct TryLastWhere<Upstream> where Upstream : Publisher