Pacote
    Preparing search index...
    • Returns true if all the elements in the list satisfy the provided predicate function, otherwise it returns false.

      Type Parameters

      • T

      Parameters

      • predicate: PredicateFunction<T>

        Predicate function.

      • list: LinkedList<T>

        Linked list.

      Returns boolean

      Whether all the elements satisfy the predicate function.