static box BitXorOperator { apply(a, b) { return a ^ b } }