public class FoldPipe<O> : IPipe<O[], O>
A IPipe<I, O>
that aggregates the result of the specified pipe.
public Task<O> Run(O[] input)
Asynchronously processes the specified input and returns the output.
public class FoldPipe<O> : IPipe<O[], O>
A IPipe<I, O>
that aggregates the result of the specified pipe.
public Task<O> Run(O[] input)
Asynchronously processes the specified input and returns the output.