Publishers.TryReduce
A publisher that applies an error-throwing closure to all received elements and produces an accumulated value when the upstream publisher finishes.
Declaration
struct TryReduce<Upstream, Output> where Upstream : PublisherA publisher that applies an error-throwing closure to all received elements and produces an accumulated value when the upstream publisher finishes.
struct TryReduce<Upstream, Output> where Upstream : Publisher