Contents

tryReduce(_:_:)

Declaration

func tryReduce<T>(_ initialResult: T, _ nextPartialResult: (T, Output) throws -> T) -> Result<T, any Error>.Publisher

See Also

Reducing elements