package com.discord.stores; import com.discord.utilities.guildmember.GuildMemberUtilsKt; import j0.k.b; import java.util.Map; /* compiled from: StoreGuilds.kt */ public final class StoreGuilds$observeJoinedAt$2 implements b, Long> { public final /* synthetic */ long $guildId; public StoreGuilds$observeJoinedAt$2(long j) { this.$guildId = j; } public final Long call(Map map) { return Long.valueOf(GuildMemberUtilsKt.getJoinedAtOrNow(map.get(Long.valueOf(this.$guildId)))); } /* 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 */ Long call(Map map) { return call((Map) map); } }