public class ThenPipe<I, O1, O2> : IPipe<I, O2>
A IPipe<I, O>
that composes two pipes together.
public async Task<O2> Run(I i)
Asynchronously processes the specified input and returns the output.
public class ThenPipe<I, O1, O2> : IPipe<I, O2>
A IPipe<I, O>
that composes two pipes together.
public async Task<O2> Run(I i)
Asynchronously processes the specified input and returns the output.