package com.discord.stores; import j0.k.b; import java.util.Map; /* compiled from: StoreUserRelationships.kt */ public final class StoreUserRelationships$observe$3 implements b, Integer> { public final /* synthetic */ long $userId; public StoreUserRelationships$observe$3(long j) { this.$userId = j; } public final Integer call(Map map) { return map.get(Long.valueOf(this.$userId)); } /* 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 */ Integer call(Map map) { return call((Map) map); } }