@FunctionalInterface
public static interface InternalGroupUpdate.MemberModification
apply(ImmutableSet)
.Modifier and Type | Method and Description |
---|---|
java.util.Set<Account.Id> |
apply(com.google.common.collect.ImmutableSet<Account.Id> originalMembers)
Applies the modification to the given members.
|
java.util.Set<Account.Id> apply(com.google.common.collect.ImmutableSet<Account.Id> originalMembers)
originalMembers
- current members of the group. If used for a group creation, this set
is empty.