static int countThat(Iterable c, O pred) { ret nfilter(c, pred); } static int countThat(O pred, Iterable c) { ret nfilter(pred, c); }