static bool mapLike all(O pred, Collection l) { if (l != null) for (O o : l) if (!isTrue(callF(pred, o))) false; true; }