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

Method call

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

Source from the content-addressed store, hash-verified

79 // Callback used to collect results in the order in which they appear.
80 final class Notify<T> implements Callback<T, T> {
81 public T call(final T arg) {
82 recordCompletion(arg);
83 return arg;
84 }
85 public String toString() {
86 return "notify DeferredGroup@" + DeferredGroup.super.hashCode();
87 }

Callers

nothing calls this directly

Calls 1

recordCompletionMethod · 0.80

Tested by

no test coverage detected