package com.discord.stores; import com.discord.models.guild.Guild; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function3; /* compiled from: StoreLurking.kt */ public final class StoreLurking$startLurking$1 extends o implements Function3 { public static final StoreLurking$startLurking$1 INSTANCE = new StoreLurking$startLurking$1(); public StoreLurking$startLurking$1() { super(3); } /* 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, java.lang.Object, java.lang.Object] */ @Override // kotlin.jvm.functions.Function3 public /* bridge */ /* synthetic */ Unit invoke(Guild guild, Long l, Boolean bool) { invoke(guild, l, bool.booleanValue()); return Unit.a; } public final void invoke(Guild guild, Long l, boolean z2) { m.checkNotNullParameter(guild, ""); } }