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