discord-jadx/app/src/main/java/com/discord/utilities/embed/InviteEmbedModel$Companion$...

34 lines
2.1 KiB
Java

package com.discord.utilities.embed;
import com.discord.api.channel.Channel;
import com.discord.api.stageinstance.StageInstance;
import com.discord.stores.StoreInstantInvites;
import com.discord.stores.StoreRequestedStageChannels;
import d0.z.d.k;
import d0.z.d.m;
import java.util.Map;
import kotlin.jvm.functions.Function4;
/* compiled from: InviteEmbedModel.kt */
public final /* synthetic */ class InviteEmbedModel$Companion$observe$1 extends k implements Function4<Map<Long, ? extends Channel>, Map<String, ? extends StoreInstantInvites.InviteState>, Map<Long, ? extends StageInstance>, Map<Long, ? extends StoreRequestedStageChannels.StageInstanceState>, InviteEmbedModel> {
public static final InviteEmbedModel$Companion$observe$1 INSTANCE = new InviteEmbedModel$Companion$observe$1();
public InviteEmbedModel$Companion$observe$1() {
super(4, InviteEmbedModel.class, "<init>", "<init>(Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;)V", 0);
}
public final InviteEmbedModel invoke(Map<Long, Channel> map, Map<String, ? extends StoreInstantInvites.InviteState> map2, Map<Long, StageInstance> map3, Map<Long, StoreRequestedStageChannels.StageInstanceState> map4) {
m.checkNotNullParameter(map, "p1");
m.checkNotNullParameter(map2, "p2");
m.checkNotNullParameter(map3, "p3");
m.checkNotNullParameter(map4, "p4");
return new InviteEmbedModel(map, map2, map3, map4);
}
/* 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, java.lang.Object] */
@Override // kotlin.jvm.functions.Function4
public /* bridge */ /* synthetic */ InviteEmbedModel invoke(Map<Long, ? extends Channel> map, Map<String, ? extends StoreInstantInvites.InviteState> map2, Map<Long, ? extends StageInstance> map3, Map<Long, ? extends StoreRequestedStageChannels.StageInstanceState> map4) {
return invoke((Map<Long, Channel>) map, map2, (Map<Long, StageInstance>) map3, (Map<Long, StoreRequestedStageChannels.StageInstanceState>) map4);
}
}