what-the-bank/sources/o/C3199asx.java

113 lines
3.3 KiB
Java

package o;
import o.ZI;
/* renamed from: o.asx, reason: case insensitive filesystem */
/* loaded from: classes4.dex */
public final class C3199asx extends ZI<InterfaceC9186dev> {
public final C15641hP a;
private final C16903sI d;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public C3199asx(C16903sI c16903sI, C15641hP c15641hP) {
super(c16903sI);
C14957gcv.e(c16903sI, "");
C14957gcv.e(c15641hP, "");
this.d = c16903sI;
this.a = c15641hP;
}
/* renamed from: o.asx$IeS */
/* loaded from: classes4.dex */
public static final class IeS extends AbstractC14961gcz implements InterfaceC14894gbR<Throwable, C14866gag> {
private C3199asx e;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ C14866gag invoke(Throwable th) {
Throwable th2 = th;
C14957gcv.e(th2, "");
C3199asx.d(this.e, th2);
return C14866gag.c;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public IeS(C3199asx c3199asx) {
super(1);
this.e = c3199asx;
}
}
/* renamed from: o.asx$Sts */
/* loaded from: classes4.dex */
public static final class Sts extends AbstractC14961gcz implements InterfaceC14894gbR<C0481Ho, C14866gag> {
private C3199asx b;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ C14866gag invoke(C0481Ho c0481Ho) {
C0481Ho c0481Ho2 = c0481Ho;
C14957gcv.e(c0481Ho2, "");
C3199asx.c(this.b, c0481Ho2);
return C14866gag.c;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public Sts(C3199asx c3199asx) {
super(1);
this.b = c3199asx;
}
}
public static /* synthetic */ void c(C0481Ho c0481Ho, InterfaceC9186dev interfaceC9186dev) {
C14957gcv.e(c0481Ho, "");
interfaceC9186dev.a(c0481Ho);
}
public static /* synthetic */ void b(Throwable th, InterfaceC9186dev interfaceC9186dev) {
C14957gcv.e(th, "");
interfaceC9186dev.d(th);
}
public static final /* synthetic */ void d(C3199asx c3199asx, final Throwable th) {
if (c3199asx.f != 0) {
c3199asx.f.ar_();
}
ZI.IeS ieS = new ZI.IeS(th) { // from class: o.asA
private Throwable b;
@Override // o.ZI.IeS
public final void e(Object obj) {
C3199asx.b(this.b, (InterfaceC9186dev) obj);
}
{
this.b = th;
}
};
if (c3199asx.f != 0) {
ieS.e(c3199asx.f);
}
}
public static final /* synthetic */ void c(C3199asx c3199asx, final C0481Ho c0481Ho) {
if (c3199asx.f != 0) {
c3199asx.f.ar_();
}
ZI.IeS ieS = new ZI.IeS(c0481Ho) { // from class: o.asy
private C0481Ho a;
@Override // o.ZI.IeS
public final void e(Object obj) {
C3199asx.c(this.a, (InterfaceC9186dev) obj);
}
{
this.a = c0481Ho;
}
};
if (c3199asx.f != 0) {
ieS.e(c3199asx.f);
}
}
}