static A firstThat(Iterable l, IF1 pred) { ret firstThat(l, (O) pred); } static A lambdaMapLike firstThat(IF1 pred, Iterable l) { ret firstThat(l, pred); }