minus

operator fun PermissionSet.minus(permission: Permission): PermissionSet(source)

Returns a set containing all permissions of the original set except the given permission.


operator fun PermissionSet.minus(permissions: Array<out Permission>): PermissionSet(source)

Returns a set containing all permissions of the original set except the permissions contained in the given permissions array.


Returns a set containing all permissions of the original set except the permissions contained in the given permissions collection.