@theredhead — Frontend Library - v1.0.0
    Preparing search index...
    • Converts a FilterExpression into a single Predicate<T> that can be passed directly to FilterableArrayDatasource.filterBy().

      • AND junction → all rules must match.
      • OR junction → at least one rule must match.
      • Empty / invalid rules are silently skipped.
      • Returns undefined when no valid rules remain (= show all rows).

      Type Parameters

      • T

      Parameters

      Returns Predicate<T> | undefined