Where

Filters the current sequence of modules using a predicate.

Usage

  • Where(DocumentConfig predicate)

    Specifies the predicate to use for filtering documents. Only input documents for which the predicate returns true will be output.

    • predicate

      A predicate delegate that should return a bool.

GitHub