Lines Matching refs:truthy
819 element `predicate` returns truthy for instead of the element itself.
1489 Removes all elements from `array` that `predicate` returns truthy for
2532 Checks if `predicate` returns truthy for **all** elements of `collection`.
2584 `predicate` returns truthy for. The predicate is invoked with three
2632 `predicate` returns truthy for. The predicate is invoked with three
3118 contains elements `predicate` returns truthy for, the second of which
3246 that `predicate` does **not** return truthy for.
3402 Checks if `predicate` returns truthy for **any** element of `collection`.
3403 Iteration is stopped once `predicate` returns truthy. The predicate is
7255 element `predicate` returns truthy for instead of the element itself.
8028 `predicate` doesn't return truthy for. The predicate is invoked with two
8086 truthy for. The predicate is invoked with two arguments: *(value, key)*.
10151 function of the first predicate to return truthy. The predicate-function
10192 all predicates return truthy, else `false`.
10727 truthy when invoked with the arguments it receives.
10761 truthy when invoked with the arguments it receives.