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

Method forward

future-java/src/main/java/io/trane/future/Promise.java:873–876  ·  view source on GitHub ↗
(final Promise<T> target)

Source from the content-addressed store, hash-verified

871 }
872
873 @Override
874 public final void forward(final Promise<T> target) {
875 target.continuation(this);
876 }
877
878 @SuppressWarnings("unchecked")
879 @Override

Callers

nothing calls this directly

Calls 1

continuationMethod · 0.45

Tested by

no test coverage detected