discord-jadx/app/src/main/java/com/discord/stores/StoreMessagesLoader$getMess...

26 lines
1.3 KiB
Java

package com.discord.stores;
import com.discord.stores.StoreMessagesLoader;
import j0.k.b;
import java.util.Map;
/* compiled from: StoreMessagesLoader.kt */
public final class StoreMessagesLoader$getMessagesLoadedState$1<T, R> implements b<Map<Long, ? extends StoreMessagesLoader.ChannelLoadedState>, StoreMessagesLoader.ChannelLoadedState> {
public final /* synthetic */ long $channelId;
public StoreMessagesLoader$getMessagesLoadedState$1(long j) {
this.$channelId = j;
}
public final StoreMessagesLoader.ChannelLoadedState call(Map<Long, StoreMessagesLoader.ChannelLoadedState> map) {
StoreMessagesLoader.ChannelLoadedState channelLoadedState = map.get(Long.valueOf(this.$channelId));
return channelLoadedState != null ? channelLoadedState : new StoreMessagesLoader.ChannelLoadedState(false, false, false, false, null, 31, null);
}
/* 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 */ StoreMessagesLoader.ChannelLoadedState call(Map<Long, ? extends StoreMessagesLoader.ChannelLoadedState> map) {
return call((Map<Long, StoreMessagesLoader.ChannelLoadedState>) map);
}
}