package com.discord.stores; import d0.z.d.m; import j0.k.b; import java.util.LinkedHashMap; import java.util.Map; /* compiled from: StoreUserRelationships.kt */ public final class StoreUserRelationships$observeForType$1 implements b, Map> { public final /* synthetic */ int $relationshipType; public StoreUserRelationships$observeForType$1(int i) { this.$relationshipType = i; } /* 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, "relationships"); LinkedHashMap linkedHashMap = new LinkedHashMap(); for (Map.Entry entry : map.entrySet()) { if (entry.getValue().intValue() == this.$relationshipType) { linkedHashMap.put(entry.getKey(), entry.getValue()); } } return linkedHashMap; } }