package com.discord.stores; import com.discord.models.message.Message; import d0.t.n; import j0.k.b; import java.util.List; import java.util.Map; /* compiled from: StoreMessages.kt */ public final class StoreMessages$observeLocalMessagesForChannel$1 implements b>, List> { public final /* synthetic */ long $channelId; public StoreMessages$observeLocalMessagesForChannel$1(long j) { this.$channelId = j; } /* 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 */ List call(Map> map) { return call((Map>) map); } public final List call(Map> map) { List list = (List) map.get(Long.valueOf(this.$channelId)); return list != null ? list : n.emptyList(); } }