field=extractor.apply(this.toList().get(index + (int)lead)); | field=extractor.apply(this.toList().get((int)index + (int)lead)); | this.toList().get(index + (int)lead) | this.toList().get((int)index + (int)lead) | groovy | e55f8b1cb57850ef7fa00faaad3f527774f9d0fe | org.apache.groovy.ginq.provider.collection.runtime.WindowImpl | | | TCIVar | index |
---|
v1 | (int)lead |
---|
v2 | this.toList() |
---|
| | TCIVar | index |
---|
v1 | (int)lead |
---|
v2 | this.toList() |
---|
| Uses | True |