Function arrayMatchAll

  • Tests if all elements of the given array match the predicate.

    Type Parameters

    • T

    Parameters

    • array: T[]

      The array to test

    • predicate: Predicate<T>

      The predicate used to test each element of the given array

    Returns boolean

    true if all of the elements match the given predicate, false otherwise.

Generated using TypeDoc