nextPartialResult
An error-throwing closure that takes as its arguments the previous value returned by the closure and the next element emitted from the upstream publisher.
Declaration
let nextPartialResult: (Output, Upstream.Output) throws -> Output