T - result typepublic static interface ApolloStoreOperation.Callback<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(java.lang.Throwable t) |
void |
onSuccess(T result) |
void onSuccess(T result)
void onFailure(java.lang.Throwable t)