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