discord-jadx/app/src/main/java/com/discord/stores/StoreNotifications$configur...

32 lines
1.4 KiB
Java

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<T, R> implements b<Map<Long, ? extends Long>, HashSet<Long>> {
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<Long> call(Map<Long, ? extends Long> map) {
return call((Map<Long, Long>) map);
}
public final HashSet<Long> call(Map<Long, Long> map) {
m.checkNotNullExpressionValue(map, "channelPermissions");
LinkedHashMap linkedHashMap = new LinkedHashMap();
for (Map.Entry<Long, Long> entry : map.entrySet()) {
if (!PermissionUtils.can(2048, Long.valueOf(entry.getValue().longValue()))) {
linkedHashMap.put(entry.getKey(), entry.getValue());
}
}
return u.toHashSet(linkedHashMap.keySet());
}
}