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 matchingvalue
from a set, list or map (map key).Remove all entries matchingvalues
from a set, list or map (map key).default Update
Remove all entries matchingvalues
from a set, list or map (map key).
-
Method Details
-
value
Remove all entries matchingvalue
from a set, list or map (map key).- Parameters:
value
- must not be null.- Returns:
- a new
Update
object containing the merge result of the existing assignments and the current assignment.
-
values
Remove all entries matchingvalues
from a set, list or map (map key).- Parameters:
values
- must not be null.- Returns:
- a new
Update
object containing the merge result of the existing assignments and the current assignment.
-
values
Remove all entries matchingvalues
from a set, list or map (map key).- Parameters:
values
- must not be null.- Returns:
- a new
Update
object containing the merge result of the existing assignments and the current assignment.
-