sbool mapLike any(O pred, Iterable l) { if (l != null) for (A a : l) if (isTrue(callF(pred, l))) true; false; }