discord-jadx/app/src/main/java/c/i/a/c/u1/f0.java

31 lines
834 B
Java

package c.i.a.c.u1;
import c.i.a.c.d2.r;
import c.i.a.c.d2.u;
import c.i.a.c.i2.o;
import c.i.a.c.u1.d1;
import java.io.IOException;
/* compiled from: lambda */
public final /* synthetic */ class f0 implements o.a {
public final /* synthetic */ d1.a a;
public final /* synthetic */ r b;
/* renamed from: c reason: collision with root package name */
public final /* synthetic */ u f959c;
public final /* synthetic */ IOException d;
public final /* synthetic */ boolean e;
public /* synthetic */ f0(d1.a aVar, r rVar, u uVar, IOException iOException, boolean z2) {
this.a = aVar;
this.b = rVar;
this.f959c = uVar;
this.d = iOException;
this.e = z2;
}
@Override // c.i.a.c.i2.o.a
public final void invoke(Object obj) {
((d1) obj).u();
}
}