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

27 lines
1.1 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.models.domain.ModelReadState;
2021-06-27 20:44:35 +00:00
import d0.z.d.k;
import d0.z.d.m;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreStream.kt */
2021-07-03 23:36:06 +00:00
public final /* synthetic */ class StoreStream$initGatewaySocketListeners$38 extends k implements Function1<ModelReadState, Unit> {
2021-06-27 20:44:35 +00:00
public StoreStream$initGatewaySocketListeners$38(StoreStream storeStream) {
2021-07-03 23:36:06 +00:00
super(1, storeStream, StoreStream.class, "handleMessageAck", "handleMessageAck(Lcom/discord/models/domain/ModelReadState;)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
2021-07-03 23:36:06 +00:00
public /* bridge */ /* synthetic */ Unit invoke(ModelReadState modelReadState) {
invoke(modelReadState);
2021-06-27 20:44:35 +00:00
return Unit.a;
}
2021-07-03 23:36:06 +00:00
public final void invoke(ModelReadState modelReadState) {
m.checkNotNullParameter(modelReadState, "p1");
StoreStream.access$handleMessageAck((StoreStream) this.receiver, modelReadState);
2021-06-27 20:44:35 +00:00
}
}