Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 481 Bytes

Summary.Pipes.Filters.FilterMemberPipe.md

File metadata and controls

16 lines (12 loc) · 481 Bytes
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.

Methods

public Task<Doc> Run(Doc input)

Asynchronously processes the specified input and returns the output.