sO firstElementNotSubclassing(Iterable l, Class c) { ret firstThat(l, o -> !isInstanceOf(o, c)); }