Checks whether up to 10 booleans are true and returns a boolean.
- Returns true only if all input booleans are true.
- If all values are null then returns null.
- Returns the boolean result Or for all non null booleans.
Checks whether up to 10 booleans are true and returns a boolean.
Comments
0 comments
Please sign in to leave a comment.