@FunctionalInterface public static interface InternalGroupUpdate.MemberModification
apply(ImmutableSet)
.Modifier and Type | Method and Description |
---|---|
Set<Account.Id> |
apply(com.google.common.collect.ImmutableSet<Account.Id> originalMembers)
Applies the modification to the given members.
|
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.