Contents

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 : Publisher

Topics

Creating a try-reduce publisher

Declaring supporting types

Inspecting publisher properties

See Also

Reducing elements