And constructor
And(
- List args
Creates $and operator expression
Evaluates one or more expressions and returns true if all of the
expressions are true or if evoked with no argument expressions. Otherwise,
$and returns false.
Implementation
And(List args) : super('and', AEList(args));