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

25 lines
1 KiB
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package com.discord.stores;
import com.discord.models.domain.ModelGuildMemberListUpdate;
import com.discord.utilities.lazy.memberlist.ChannelMemberList;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreChannelMembers.kt */
public final class StoreChannelMembers$handleGuildMemberListUpdate$2 extends o implements Function1<ModelGuildMemberListUpdate.Group, ChannelMemberList.Row> {
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;
}
public final ChannelMemberList.Row invoke(ModelGuildMemberListUpdate.Group group) {
m.checkNotNullParameter(group, "it");
return StoreChannelMembers.access$makeGroup(this.this$0, this.$guildId, group);
}
}