static void addIfMatchesPredicate(Collection l, A a, O pred) { if (l != null && isTrue(callF(pred, a))) l.add(a); }