static ITokCondition tokCondition(IIntPred condition) { ret condition == null ?: (tok, nIdx) -> condition.get(nIdx); }