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