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

27 lines
1.2 KiB
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package com.discord.stores;
import com.discord.api.channel.ChannelRecipient;
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$46 extends k implements Function1<ChannelRecipient, Unit> {
public StoreStream$initGatewaySocketListeners$46(StoreStream storeStream) {
2021-07-03 23:36:06 +00:00
super(1, storeStream, StoreStream.class, "handleGroupDMRecipientAdd", "handleGroupDMRecipientAdd(Lcom/discord/api/channel/ChannelRecipient;)V", 0);
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
public /* bridge */ /* synthetic */ Unit invoke(ChannelRecipient channelRecipient) {
invoke(channelRecipient);
return Unit.a;
}
public final void invoke(ChannelRecipient channelRecipient) {
m.checkNotNullParameter(channelRecipient, "p1");
2021-07-03 23:36:06 +00:00
StoreStream.access$handleGroupDMRecipientAdd((StoreStream) this.receiver, channelRecipient);
2021-06-27 20:44:35 +00:00
}
}