Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 393 Bytes

Summary.Pipes.FoldPipe{O}.md

File metadata and controls

15 lines (11 loc) · 393 Bytes
public class FoldPipe<O> : IPipe<O[], O>

A IPipe<I, O> that aggregates the result of the specified pipe.

Methods

public Task<O> Run(O[] input)

Asynchronously processes the specified input and returns the output.