Returns true if all the elements in the list satisfy the provided predicate function, otherwise it returns false.
true
false
Predicate function.
Linked list.
Whether all the elements satisfy the predicate function.
Returns
true
if all the elements in the list satisfy the provided predicate function, otherwise it returnsfalse
.