static L> pwt_stepRight_filter(int maxTokens, IPred f, ParsedWithTokens p) { ret pwt_filter(f, pwt_followingTokens(1, maxTokens, p.remaining())); } static L> lambdaMapLike pwt_stepRight_filter(IPred f, int maxTokens, ParsedWithTokens p) { ret pwt_stepRight_filter(maxTokens, f, p); }