static L streaks(L l, O pred) { ret findStreaks(l, pred); } static L streaks(O pred, L l) { ret findStreaks(pred, l); }