discord-jadx/app/src/main/java/com/discord/stores/StoreGuilds$observeComputed...

26 lines
909 B
Java

package com.discord.stores;
import com.discord.models.member.GuildMember;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreGuilds.kt */
public final class StoreGuilds$observeComputedMember$1 extends o implements Function0<GuildMember> {
public final /* synthetic */ long $guildId;
public final /* synthetic */ long $userId;
public final /* synthetic */ StoreGuilds this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreGuilds$observeComputedMember$1(StoreGuilds storeGuilds, long j, long j2) {
super(0);
this.this$0 = storeGuilds;
this.$guildId = j;
this.$userId = j2;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final GuildMember mo1invoke() {
return this.this$0.getMember(this.$guildId, this.$userId);
}
}