public class StorageBatchResult<T> extends BatchResult<T,StorageException>
BatchResult.Callback<T,E>| Modifier and Type | Method and Description |
|---|---|
protected void |
error(StorageException error) |
protected void |
success(T result) |
completed, get, notifyprotected void error(StorageException error)
error in class BatchResult<T,StorageException>protected void success(T result)
success in class BatchResult<T,StorageException>Copyright © 2019 Google LLC. All rights reserved.