static box BitAndOperator { apply(a, b) { return a & b } }