Publishers.TryScan
A publisher that transforms elements from the upstream publisher by providing the current element to a failable closure along with the last value returned by the closure.
Declaration
struct TryScan<Upstream, Output> where Upstream : Publisher