doddle
    Preparing search index...

    Type Alias Predicate<E>

    Predicate: ASeq.Iteratee<E, boolean>

    A predicate function over elements, returning boolean or promise of boolean.

    ℹ️ Used for filtering, counting, or skipping elements based on a condition.

    Type Parameters

    • E

      The input element type.