static box BitOrOperator { apply(a, b) { return a | b } }