MCPcopy
hub / github.com/apache/groovy / forEach

Method forEach

src/main/java/org/codehaus/groovy/ast/query/AstQuery.java:281–283  ·  view source on GitHub ↗

Performs the given action for each match in document order. @param action the action

(final Consumer<? super T> action)

Source from the content-addressed store, hash-verified

279 * @param action the action
280 */
281 public void forEach(final Consumer<? super T> action) {
282 run(false).forEach(action);
283 }
284
285 /**
286 * Performs the given action, with enclosing context, for each match in document order.

Callers 15

initStylesMethod · 0.80
readAttributesMethod · 0.80
lsMethod · 0.80
lessMethod · 0.80
getTypesMethod · 0.80
getVariablesMethod · 0.80
getMethodsMethod · 0.80
getImportsMethod · 0.80
sourcesForPackageMethod · 0.80
visitMethod · 0.80
buildSubstitutionsMethod · 0.80

Calls 2

runMethod · 0.95
startMethod · 0.95