public class SavePipe<I> : IPipe<I, Unit>
A IPipe<I, O>
that saves the input to the file.
public async Task<Unit> Run(I input)
Asynchronously processes the specified input and returns the output.
public class SavePipe<I> : IPipe<I, Unit>
A IPipe<I, O>
that saves the input to the file.
public async Task<Unit> Run(I input)
Asynchronously processes the specified input and returns the output.