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, notify
protected void error(StorageException error)
error
in class BatchResult<T,StorageException>
protected void success(T result)
success
in class BatchResult<T,StorageException>
Copyright © 2018 Google LLC. All rights reserved.