Interface Update.RemoveFromBuilder
- Enclosing class:
- Update
public static interface Update.RemoveFromBuilder
Builder to remove a single element/multiple elements from a collection associated with a
ColumnName.- Since:
- 3.1.4
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionRemove all entries matchingvaluefrom a set, list or map (map key).Remove all entries matchingvaluesfrom a set, list or map (map key).default UpdateRemove all entries matchingvaluesfrom a set, list or map (map key).
-
Method Details
-
value
Remove all entries matchingvaluefrom a set, list or map (map key).- Parameters:
value- must not be null.- Returns:
- a new
Updateobject containing the merge result of the existing assignments and the current assignment.
-
values
Remove all entries matchingvaluesfrom a set, list or map (map key).- Parameters:
values- must not be null.- Returns:
- a new
Updateobject containing the merge result of the existing assignments and the current assignment.
-
values
Remove all entries matchingvaluesfrom a set, list or map (map key).- Parameters:
values- must not be null.- Returns:
- a new
Updateobject containing the merge result of the existing assignments and the current assignment.
-