static bool callPredicate_trueIfNull(IPred pred, A a) { ret pred == null || pred.get(a); }