MCPcopy Create free account
hub / github.com/diffplug/goomph / addLazyAction

Method addLazyAction

src/main/java/com/diffplug/gradle/Lazyable.java:55–57  ·  view source on GitHub ↗

Adds an action which will act on a copy of the root collection.

(Action<? super C> action)

Source from the content-addressed store, hash-verified

53
54 /** Adds an action which will act on a copy of the root collection. */
55 public void addLazyAction(Action<? super C> action) {
56 actions.add(action);
57 }
58
59 /** Returns the final result. */
60 public C getResult() {

Callers 4

doTestMethod · 0.80
explicitVersionPolicyMethod · 0.80
explicitVersionPolicyMethod · 0.80
addSetupActionLazyMethod · 0.80

Calls 1

addMethod · 0.45

Tested by 1

doTestMethod · 0.64