package com.discord.stores; import com.discord.utilities.permissions.PermissionUtils; import d0.t.u; import d0.z.d.m; import j0.k.b; import java.util.HashSet; import java.util.LinkedHashMap; import java.util.Map; /* compiled from: StoreNotifications.kt */ public final class StoreNotifications$configureNotificationClient$completedSettings$1 implements b, HashSet> { public static final StoreNotifications$configureNotificationClient$completedSettings$1 INSTANCE = new StoreNotifications$configureNotificationClient$completedSettings$1(); /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // j0.k.b public /* bridge */ /* synthetic */ HashSet call(Map map) { return call((Map) map); } public final HashSet call(Map map) { m.checkNotNullExpressionValue(map, "channelPermissions"); LinkedHashMap linkedHashMap = new LinkedHashMap(); for (Map.Entry entry : map.entrySet()) { if (!PermissionUtils.can(2048, Long.valueOf(entry.getValue().longValue()))) { linkedHashMap.put(entry.getKey(), entry.getValue()); } } return u.toHashSet(linkedHashMap.keySet()); } }