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

30 lines
1.2 KiB
Java

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