discord-jadx/app/src/main/java/com/discord/stores/StoreExperiments$observeGui...

28 lines
1.1 KiB
Java

package com.discord.stores;
import com.discord.models.experiments.domain.Experiment;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreExperiments.kt */
public final class StoreExperiments$observeGuildExperiment$1 extends o implements Function0<Experiment> {
public final /* synthetic */ String $experimentName;
public final /* synthetic */ long $guildId;
public final /* synthetic */ boolean $trackExposure;
public final /* synthetic */ StoreExperiments this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreExperiments$observeGuildExperiment$1(StoreExperiments storeExperiments, String str, long j, boolean z2) {
super(0);
this.this$0 = storeExperiments;
this.$experimentName = str;
this.$guildId = j;
this.$trackExposure = z2;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final Experiment mo1invoke() {
return this.this$0.getGuildExperiment(this.$experimentName, this.$guildId, this.$trackExposure);
}
}