discord-jadx/app/src/main/java/com/discord/stores/StoreChannelMembers$handleG...

25 lines
1.0 KiB
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package com.discord.stores;
import com.discord.models.domain.ModelGuildMemberListUpdate;
2021-07-03 23:36:06 +00:00
import com.discord.utilities.lazy.memberlist.MemberListRow;
2021-06-27 20:44:35 +00:00
import d0.z.d.m;
import d0.z.d.o;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreChannelMembers.kt */
2021-07-03 23:36:06 +00:00
public final class StoreChannelMembers$handleGuildMemberListUpdate$2 extends o implements Function1<ModelGuildMemberListUpdate.Group, MemberListRow> {
2021-06-27 20:44:35 +00:00
public final /* synthetic */ long $guildId;
public final /* synthetic */ StoreChannelMembers this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreChannelMembers$handleGuildMemberListUpdate$2(StoreChannelMembers storeChannelMembers, long j) {
super(1);
this.this$0 = storeChannelMembers;
this.$guildId = j;
}
2021-07-03 23:36:06 +00:00
public final MemberListRow invoke(ModelGuildMemberListUpdate.Group group) {
2021-06-27 20:44:35 +00:00
m.checkNotNullParameter(group, "it");
return StoreChannelMembers.access$makeGroup(this.this$0, this.$guildId, group);
}
}