discord-jadx/app/src/main/java/com/discord/gateway/GatewayDiscovery$discoverGa...

28 lines
1.1 KiB
Java

package com.discord.gateway;
import d0.z.d.k;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: GatewayDiscovery.kt */
public final /* synthetic */ class GatewayDiscovery$discoverGatewayUrl$3 extends k implements Function1<String, Unit> {
public final /* synthetic */ GatewayDiscovery$discoverGatewayUrl$2 $handleSuccess$2;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public GatewayDiscovery$discoverGatewayUrl$3(GatewayDiscovery$discoverGatewayUrl$2 gatewayDiscovery$discoverGatewayUrl$2) {
super(1, null, "handleSuccess", "invoke(Ljava/lang/String;)V", 0);
this.$handleSuccess$2 = gatewayDiscovery$discoverGatewayUrl$2;
}
/* 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(String str) {
invoke(str);
return Unit.a;
}
public final void invoke(String str) {
this.$handleSuccess$2.invoke(str);
}
}