static box DivOperator { apply(a, b) { return a / b } }