Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 427 Bytes

Summary.Pipes.ThenForEach{I,O1,O2}.md

File metadata and controls

15 lines (11 loc) · 427 Bytes
public class ThenForEach<I, O1, O2> : IPipe<I, O2[]>

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

Methods

public async Task<O2[]> Run(I input)

Asynchronously processes the specified input and returns the output.