ixfx
    Preparing search index...
    • Filters the input source, only allowing through data for which predicate returns true

      drop, on the other hand excludes values for which predicate is true

      Type Parameters

      • In

      Parameters

      • predicate: (v: In) => boolean

      Returns Link<In, In>