any_true (boolean val1, boolean val2, boolean val3, ..., boolean valN) ⇒ boolean
Assesses a list of parameters to see if any values equate to true. It is the equivalent to building a comparison with many ORs.
First available: Version 1.3.7.89
Comments