public abstract static class MoreFutures.FailureCallback<V> extends Object implements FutureCallback<V>
FutureCallback that does nothing on success.| Constructor and Description | 
|---|
| FailureCallback() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | onSuccess(V result) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonFailurepublic void onSuccess(V result)
onSuccess in interface FutureCallback<V>Copyright © 2012–2025. All rights reserved.