Constructor
new And(…clauses)
Create a AND operator.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
clauses |
Array.<Clause> |
<repeatable> |
Array of clauses to be concatenated with And operator. |
Properties:
| Name | Type | Description |
|---|---|---|
clauses |
Array.<Clause> | Clauses to be concatenated with And operator. |
Methods
(static) fromJson(obj) → {And}
This method is for internal use only.
Parameters:
| Name | Type | Description |
|---|---|---|
obj |
JSON object that represented a AND operator. |
Returns:
And instance
- Type
- And
toJson() → {Object}
This method is for internal use only.
Returns:
JSON object that represented this instance.
- Type
- Object