(final Consumer<Throwable> c)
| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected