MCPcopy Create free account
hub / github.com/traneio/future / onValue

Method onValue

future-java/src/main/java/io/trane/future/Responder.java:22–22  ·  view source on GitHub ↗

Method called when the future completes with a value. @param value the value.

(T value)

Source from the content-addressed store, hash-verified

20 * @param value the value.
21 */
22 public void onValue(T value);
23}

Callers 3

transformMethod · 0.65
transformWithMethod · 0.65
respondMethod · 0.65

Implementers 8

PromiseTestfuture-java/src/test/java/io/trane/fut
ExceptionFutureTestfuture-java/src/test/java/io/trane/fut
ValueFutureTestfuture-java/src/test/java/io/trane/fut
NoFutureTestfuture-java/src/test/java/io/trane/fut
Promisefuture-java/src/main/java/io/trane/fut
WithinPromisefuture-java/src/main/java/io/trane/fut
JoinPromisefuture-java/src/main/java/io/trane/fut
FirstCompletedOfPromisefuture-java/src/main/java/io/trane/fut

Calls

no outgoing calls

Tested by

no test coverage detected