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

Method getResult

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

Returns the final result.

()

Source from the content-addressed store, hash-verified

58
59 /** Returns the final result. */
60 public C getResult() {
61 C copied = copier.apply(root);
62 actions.forEach(action -> action.execute(copied));
63 return copied;
64 }
65
66 /** Returns a Lazyable wrapper around a list. */
67 @SuppressWarnings("unchecked")

Callers 4

assertValueMethod · 0.80
actionMethod · 0.80
setupMethod · 0.80
internalSetupMethod · 0.80

Calls 2

applyMethod · 0.80
executeMethod · 0.80

Tested by 1

assertValueMethod · 0.64