novx
    Preparing search index...

    Class Filter<S>

    Type Parameters

    • S

    Hierarchy (View Summary)

    Index

    Constructors

    • Type Parameters

      • S

      Parameters

      • source: Iterable<S>
      • predicate: (element: S) => boolean | Promise<boolean>

      Returns Filter<S>

    Methods