BooleanFuncExpr
fun BooleanFuncExpr(func: BooleanFunc, path: AttributePath, additionalOperands: List<Expression> = listOf()): BooleanFuncExpr
fun BooleanFuncExpr(func: BooleanFunc, path: AttributePath, vararg additionalOperands: Expression): BooleanFuncExpr
Creates a new boolean function expression
Parameters
func
The specific boolean function to use
path
The attribute path to pass as the function's first argument
additionalOperands
Any additional arguments used by the function