static int indexOfFirst(L l, O pred) { ret indexOfPred(l, pred); } static int indexOfFirst(L l, IF1 pred) { ret indexOfPred(l, pred); }