Adaptive Framework 0.9.0

any_of

The following is a list of properties for the function any_of:

PropertyValue
additionalArgChecktrue
briefAny values pass a test
categoryhigher_order_list
descriptionReturns true if any value in a list pass the predicate test.
functionIdany_of
functionLabelany_of
puretrue
parameters[ { "dataType": "function", "dataTypeParameter": "(... values: any): boolean", "description": "This function is called for each value in the first list in values or until true is returned. If no calls return true, the result is false.", "name": "predicate" }, { "minArgs": 1, "description": "These are the parameters passed to predicate with the exception that the first list is passed one value at a time. At least one list is required.", "name": "values" } ]
returns{ "dataType": "boolean" }