And
This formula will return a bool type that will be true if all the values
in components are true, and false otherwise. This is consistent with
Boolean algebra.
JSON Format
{
"type": "and",
"components": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | StatFormulaComponent | ✓ | Formula components to and. This formula must return an array (list) of bool values. |