static Bool trueOrNull(bool b) { ret b ? Boolean.TRUE : null; }