discord-jadx/app/src/main/java/com/discord/stores/StoreStream$initGatewaySock...

27 lines
1.3 KiB
Java

package com.discord.stores;
import com.discord.api.guildjoinrequest.GuildJoinRequestCreateOrUpdate;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreStream.kt */
public final /* synthetic */ class StoreStream$initGatewaySocketListeners$15 extends k implements Function1<GuildJoinRequestCreateOrUpdate, Unit> {
public StoreStream$initGatewaySocketListeners$15(StoreStream storeStream) {
super(1, storeStream, StoreStream.class, "handleGuildJoinRequestCreateOrUpdate", "handleGuildJoinRequestCreateOrUpdate(Lcom/discord/api/guildjoinrequest/GuildJoinRequestCreateOrUpdate;)V", 0);
}
/* 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 */ Unit invoke(GuildJoinRequestCreateOrUpdate guildJoinRequestCreateOrUpdate) {
invoke(guildJoinRequestCreateOrUpdate);
return Unit.a;
}
public final void invoke(GuildJoinRequestCreateOrUpdate guildJoinRequestCreateOrUpdate) {
m.checkNotNullParameter(guildJoinRequestCreateOrUpdate, "p1");
((StoreStream) this.receiver).handleGuildJoinRequestCreateOrUpdate(guildJoinRequestCreateOrUpdate);
}
}