public class FilterMemberPipe : IPipe<Doc, Doc>
A simple pipe that filters all members inside the document using the specified predicate and then applies the given map function on them.
public Task<Doc> Run(Doc input)
Asynchronously processes the specified input and returns the output.