package com.discord.widgets.chat.list.model; import com.discord.api.channel.Channel; import com.discord.stores.StoreMessageState; import com.discord.stores.StoreThreadMessages; import com.discord.widgets.chat.list.model.WidgetChatListModelMessages; import d0.t.h0; import d0.z.d.m; import java.util.List; import java.util.Map; import rx.functions.Func3; /* compiled from: WidgetChatListModelMessages.kt */ public final class WidgetChatListModelMessages$MessagesWithMetadata$Companion$get$1 implements Func3, Map, Map, WidgetChatListModelMessages.MessagesWithMetadata> { public final /* synthetic */ List $messages; public WidgetChatListModelMessages$MessagesWithMetadata$Companion$get$1(List list) { this.$messages = list; } public final WidgetChatListModelMessages.MessagesWithMetadata call(Map map, Map map2, Map map3) { List list = this.$messages; m.checkNotNullExpressionValue(map, "messageState"); m.checkNotNullExpressionValue(map2, "messageThreads"); m.checkNotNullExpressionValue(map3, "threadCountsAndLatestMessages"); return new WidgetChatListModelMessages.MessagesWithMetadata(list, map, map2, map3, h0.emptyMap(), h0.emptyMap()); } /* 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, java.lang.Object, java.lang.Object] */ @Override // rx.functions.Func3 public /* bridge */ /* synthetic */ WidgetChatListModelMessages.MessagesWithMetadata call(Map map, Map map2, Map map3) { return call((Map) map, (Map) map2, (Map) map3); } }