isFullOf()Determines if an array, array-like object, or an object is full of items that match a specific type or tester function.
This function is valid in v2.1.0 to v2.24.3. This function has been downloaded 66 times.arrOrObj must match. Otherwise this must be a function that will accept (1) the item value, (2) the item index, and (3) a reference to arrOrObj and the return value of this function will coerced to a boolean to determine if the value matched.false
arrOrObj will allow this call to isFullOf() to evaluate to true.true if all of the items in arrOrObj match tester or if arrOrObj is empty and opt_trueOnEmpty is true-ish. Otherwise false.This function directly requires the following functions which are included automatically: