discord-jadx/app/src/main/java/com/discord/stores/StoreRequestedStageChannels...

25 lines
1.2 KiB
Java

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<T, R> implements b<Map<Long, ? extends StoreRequestedStageChannels.StageInstanceState>, StoreRequestedStageChannels.StageInstanceState> {
public final /* synthetic */ long $channelId;
public StoreRequestedStageChannels$observeRequestedStageChannel$1(long j) {
this.$channelId = j;
}
public final StoreRequestedStageChannels.StageInstanceState call(Map<Long, StoreRequestedStageChannels.StageInstanceState> 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<Long, ? extends StoreRequestedStageChannels.StageInstanceState> map) {
return call((Map<Long, StoreRequestedStageChannels.StageInstanceState>) map);
}
}