Name | Value | Description |
---|---|---|
Any
|
0 | result will be true if there's at least one true value |
All
|
1 | result will be true if all found boolean values are true |
XOR
|
2 | each found boolean value (sorted by priority) flips the value. The initial value is the default value. |