set.every()
Description
Tests if every element of the calling Set matches a provided predicate function.
Eager loading
This method uses eager loading and requires a read of each document in the calling Set. For large Sets, this may result in poor performance and high costs.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
predicate |
true |
Anonymous predicate function that:
The method returns true if the predicate is true for every element in the Set. |