Type: nodetool.boolean.All
Namespace: nodetool.boolean
Description
Checks if all boolean values in a list are True. boolean, all, check, logic, condition, flow-control, branch
Use cases:
- Ensure all conditions in a set are met
- Implement comprehensive checks
- Validate multiple criteria simultaneously
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| values | List[bool] |
List of boolean values to check | [] |
Outputs
| Output | Type | Description |
|---|---|---|
| output | bool |
Metadata
Related Nodes
Browse other nodes in the nodetool.boolean namespace.