Adaptive Framework 0.9.0

any_of_any

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

PropertyValue
additionalArgChecktrue
briefAny combinations true
categoryhigher_order_list
descriptionThis function returns true if the result of calling predicate with any of the combination of values from list1 and list2 returns true.
functionIdany_of_any
functionLabelany_of_any
puretrue
parameters[ { "dataType": "function", "dataTypeParameter": "(value1: any, value2: any): boolean", "description": "The predicate is passed two parameters, the first is a value from list1 and the second is a value from list2.", "name": "predicate" }, { "dataType": "list", "name": "list1" }, { "dataType": "list", "name": "list2" } ]
returns{ "dataType": "boolean" }