Executes a logical expression mapping tokens with a predicate, using the result as operands.
Logical operators currently supported: | for OR and & for AND. Operands between operators will be tokenized via tokenizeWords.
The expression of tokens and operators.
Each token set operand will be mapped using this function.
Executes a logical expression mapping tokens with a predicate, using the result as operands.
Logical operators currently supported: | for OR and & for AND. Operands between operators will be tokenized via tokenizeWords.