package com.discord.stores; import com.discord.utilities.lazy.memberlist.MemberListRow; import d0.z.d.o; import kotlin.jvm.functions.Function1; /* compiled from: StoreChannelMembers.kt */ public final class StoreChannelMembers$handleGuildRoleCreateOrUpdate$$inlined$forEach$lambda$1 extends o implements Function1 { 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; } public final MemberListRow invoke(long j) { return StoreChannelMembers.access$makeRowMember(this.this$0, this.$guildId$inlined, j, this.$allowOwnerIndicator$inlined); } /* 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 public /* bridge */ /* synthetic */ MemberListRow invoke(Long l) { return invoke(l.longValue()); } }