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

Method onValue

future-java/src/main/java/io/trane/future/Promise.java:791–794  ·  view source on GitHub ↗
(final T value)

Source from the content-addressed store, hash-verified

789 }
790
791 @Override
792 public final void onValue(final T value) {
793 p.setValue(value);
794 }
795 };
796 respond(r);
797 }

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected