And

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.