static L nonStreaks(L l, O pred) { ret findNonStreaks(l, pred); } static L nonStreaks(O pred, L l) { ret findNonStreaks(pred, l); }