@tsdotnet/linq - v1.5.11
    Preparing search index...

    Function any

    • An iterable transform that resolves true if the predicate ever returns true. Otherwise false. If no predicate is provided, will resolve true if the sequence is not empty.

      Type Parameters

      • T

      Parameters

      • Optionalpredicate: PredicateWithIndex<T>

      Returns IterableTransform<T, boolean>