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

31 lines
1.4 KiB
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package com.discord.stores;
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.o;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreChannelMembers.kt */
2021-07-03 23:36:06 +00:00
public final class StoreChannelMembers$handleGuildRoleCreateOrUpdate$$inlined$forEach$lambda$1 extends o implements Function1<Long, MemberListRow> {
2021-06-27 20:44:35 +00:00
public final /* synthetic */ boolean $allowOwnerIndicator$inlined;
public final /* synthetic */ long $guildId$inlined;
public final /* synthetic */ StoreChannelMembers this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreChannelMembers$handleGuildRoleCreateOrUpdate$$inlined$forEach$lambda$1(StoreChannelMembers storeChannelMembers, long j, boolean z2) {
super(1);
this.this$0 = storeChannelMembers;
this.$guildId$inlined = j;
this.$allowOwnerIndicator$inlined = z2;
}
2021-07-03 23:36:06 +00:00
public final MemberListRow invoke(long j) {
return StoreChannelMembers.access$makeRowMember(this.this$0, this.$guildId$inlined, j, this.$allowOwnerIndicator$inlined);
2021-06-27 20:44:35 +00:00
}
/* 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] */
@Override // kotlin.jvm.functions.Function1
2021-07-03 23:36:06 +00:00
public /* bridge */ /* synthetic */ MemberListRow invoke(Long l) {
2021-06-27 20:44:35 +00:00
return invoke(l.longValue());
}
}