MCPcopy Index your code
hub / github.com/OpenTSDB/async / call

Method call

src/DeferredGroup.java:96–99  ·  view source on GitHub ↗
(final T arg)

Source from the content-addressed store, hash-verified

94 this.index = index;
95 }
96 public T call(final T arg) {
97 recordCompletion(arg, index);
98 return arg;
99 }
100 public String toString() {
101 return "notify #" + index + " DeferredGroup@"
102 + DeferredGroup.super.hashCode();

Callers

nothing calls this directly

Calls 1

recordCompletionMethod · 0.80

Tested by

no test coverage detected