static L nonInstancesOf(Iterable i, Class c) { ret withoutInstancesOf(i, c); } static L nuLike nonInstancesOf(Class c, Iterable i) { ret withoutInstancesOf(c, i); }