public interface UpdateRequest extends OperationRequest, Iterable<ObjectData>
The available iterator will return the non-null
tracked objects to be updated. Note that this iterator is not
modifiable and not restartable (all calls to the Iterable.iterator()
method will return a handle to the same Iterator
instance).
forEach, iterator, spliterator