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