public interface BatchOperationResult<T>
| Modifier and Type | Method and Description |
|---|---|
Set<T> |
failedItems()
Obtains a set of items which failed.
|
boolean |
isSuccess()
Returns whether the operation was successful.
|
Copyright © 2015. All rights reserved.