public class TeePipe<I, O> : IPipe<I, O>
A IPipe<I, O>
that invokes an action on the output of the pipe each time it's executed.
public async Task<O> Run(I input)
Asynchronously processes the specified input and returns the output.
public class TeePipe<I, O> : IPipe<I, O>
A IPipe<I, O>
that invokes an action on the output of the pipe each time it's executed.
public async Task<O> Run(I input)
Asynchronously processes the specified input and returns the output.