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

Method call

src/Callback.java:47–47  ·  view source on GitHub ↗

The callback. @param arg The argument to the callback. @return The return value of the callback. @throws Exception any exception.

(T arg)

Source from the content-addressed store, hash-verified

45 * @throws Exception any exception.
46 */
47 public R call(T arg) throws Exception;
48
49 /** The identity function (returns its argument). */
50 public static final Callback<Object, Object> PASSTHROUGH =

Callers 1

doCallMethod · 0.65

Implementers 5

Chainsrc/Deferred.java
Signalsrc/Deferred.java
Continuesrc/Deferred.java
Notifysrc/DeferredGroup.java
NotifyOrderedsrc/DeferredGroup.java

Calls

no outgoing calls

Tested by

no test coverage detected