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

92 lines
2.4 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
import o.ZI;
/* loaded from: classes4.dex */
public final class aHK extends ZI<InterfaceC9182der> {
public final xNu c;
private final C16184ly d;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public aHK(C16903sI c16903sI, xNu xnu, C16184ly c16184ly) {
super(c16903sI);
C14957gcv.e(c16903sI, "");
C14957gcv.e(xnu, "");
C14957gcv.e(c16184ly, "");
this.c = xnu;
this.d = c16184ly;
}
public static /* synthetic */ void e(aHK ahk, final Throwable th) {
C14957gcv.e(ahk, "");
C14957gcv.c((Object) th, "");
if (ahk.f != 0) {
ahk.f.ar_();
}
ZI.IeS ieS = new ZI.IeS(th) { // from class: o.aHJ
private Throwable d;
@Override // o.ZI.IeS
public final void e(Object obj) {
aHK.e(this.d, (InterfaceC9182der) obj);
}
{
this.d = th;
}
};
if (ahk.f != 0) {
ieS.e(ahk.f);
}
}
public static /* synthetic */ void c(aHK ahk, hMS hms, InterfaceC9182der interfaceC9182der) {
C14957gcv.e(ahk, "");
C14957gcv.e(hms, "");
List<C0367Fb> e = ahk.d.e(hms.c, hms.a, false, hms.g);
C16184ly c16184ly = ahk.d;
interfaceC9182der.e(e, C16184ly.d(hms.j), hms.i);
}
public static /* synthetic */ void e(Throwable th, InterfaceC9182der interfaceC9182der) {
C14957gcv.e(th, "");
interfaceC9182der.b(th);
}
public static /* synthetic */ void e(final aHK ahk, final hMS hms) {
C14957gcv.e(ahk, "");
C14957gcv.c(hms, "");
if (ahk.f != 0) {
ahk.f.ar_();
}
ZI.IeS ieS = new ZI.IeS(ahk, hms) { // from class: o.aHL
private hMS a;
private aHK c;
@Override // o.ZI.IeS
public final void e(Object obj) {
aHK.c(this.c, this.a, (InterfaceC9182der) obj);
}
{
this.c = ahk;
this.a = hms;
}
};
if (ahk.f != 0) {
ieS.e(ahk.f);
}
}
@Override // o.ZI
public final void w_() {
xNu xnu = this.c;
if (!xnu.h.isDisposed()) {
xnu.h.dispose();
}
super.w_();
}
}