package com.discord.stores; import d0.z.d.m; import j0.k.b; import java.util.Collection; import java.util.LinkedHashMap; import java.util.Map; /* compiled from: StoreUserRelationships.kt */ public final class StoreUserRelationships$observe$2 implements b, Map> { public final /* synthetic */ Collection $userIds; public StoreUserRelationships$observe$2(Collection collection) { this.$userIds = collection; } /* 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 */ Map call(Map map) { return call((Map) map); } public final Map call(Map map) { m.checkNotNullExpressionValue(map, "it"); LinkedHashMap linkedHashMap = new LinkedHashMap(); for (Map.Entry entry : map.entrySet()) { if (this.$userIds.contains(Long.valueOf(entry.getKey().longValue()))) { linkedHashMap.put(entry.getKey(), entry.getValue()); } } return linkedHashMap; } }