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

Method onFailure

future-java/src/main/java/io/trane/future/NoFuture.java:67–70  ·  view source on GitHub ↗
(final Consumer<Throwable> c)

Source from the content-addressed store, hash-verified

65 }
66
67 @Override
68 public Future<T> onFailure(final Consumer<Throwable> c) {
69 return this;
70 }
71
72 @Override
73 public Future<T> respond(final Responder<? super T> r) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected