nextPartialResult
A closure that takes the previously-accumulated value and the next element from the upstream publisher to produce a new value.
Declaration
let nextPartialResult: (Output, Upstream.Output) -> OutputA closure that takes the previously-accumulated value and the next element from the upstream publisher to produce a new value.
let nextPartialResult: (Output, Upstream.Output) -> Output