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

Method respond

future-java/src/main/java/io/trane/future/NoFuture.java:72–75  ·  view source on GitHub ↗
(final Responder<? super T> r)

Source from the content-addressed store, hash-verified

70 }
71
72 @Override
73 public Future<T> respond(final Responder<? super T> r) {
74 return this;
75 }
76
77 @Override
78 public Future<T> rescue(final Function<Throwable, ? extends Future<T>> f) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected