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

158 lines
5.1 KiB
Java

package o;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import o.C0690Mh;
import o.C15639hO;
import o.C6179cLJ;
import o.InterfaceC9075dcq;
/* renamed from: o.apS, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C3010apS extends ZI<InterfaceC9075dcq> {
private final C15639hO b;
private final CQ c;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public C3010apS(C16903sI c16903sI, CQ cq, C15639hO c15639hO) {
super(c16903sI);
C14957gcv.e(c16903sI, "");
C14957gcv.e(cq, "");
C14957gcv.e(c15639hO, "");
this.c = cq;
this.b = c15639hO;
}
/* JADX INFO: Access modifiers changed from: package-private */
/* renamed from: o.apS$RVV */
/* loaded from: classes3.dex */
public static final class RVV extends AbstractC14961gcz implements InterfaceC14894gbR<Throwable, C14866gag> {
private InterfaceC9075dcq a;
private C3010apS e;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ C14866gag invoke(Throwable th) {
Throwable th2 = th;
C14957gcv.e(th2, "");
C0693Mj d = this.e.j.d(th2, C0690Mh.IeS.NAVIGATE_BACK);
this.a.ar_();
this.a.e(d);
return C14866gag.c;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
RVV(C3010apS c3010apS, InterfaceC9075dcq interfaceC9075dcq) {
super(1);
this.e = c3010apS;
this.a = interfaceC9075dcq;
}
}
/* JADX INFO: Access modifiers changed from: package-private */
/* renamed from: o.apS$Sts */
/* loaded from: classes3.dex */
public static final class Sts extends AbstractC14961gcz implements InterfaceC14894gbR<GV, C14866gag> {
private InterfaceC9075dcq b;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ C14866gag invoke(GV gv) {
GV gv2 = gv;
C14957gcv.e(gv2, "");
this.b.ar_();
this.b.d(gv2);
return C14866gag.c;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
Sts(InterfaceC9075dcq interfaceC9075dcq) {
super(1);
this.b = interfaceC9075dcq;
}
}
/* renamed from: o.apS$IeS */
/* loaded from: classes3.dex */
public static final class IeS implements InterfaceC9075dcq.RVV {
private InterfaceC9075dcq a;
IeS(InterfaceC9075dcq interfaceC9075dcq) {
this.a = interfaceC9075dcq;
}
@Override // o.InterfaceC9075dcq.RVV
public final void b() {
this.a.c();
}
}
/* renamed from: o.apS$HBt */
/* loaded from: classes3.dex */
public static final class HBt implements InterfaceC9075dcq.HBt {
private InterfaceC9075dcq b;
HBt(InterfaceC9075dcq interfaceC9075dcq) {
this.b = interfaceC9075dcq;
}
@Override // o.InterfaceC9075dcq.HBt
public final void d() {
this.b.b();
}
}
/* renamed from: o.apS$LWm */
/* loaded from: classes3.dex */
public static final class LWm implements InterfaceC9075dcq.HBt {
private InterfaceC9075dcq e;
LWm(InterfaceC9075dcq interfaceC9075dcq) {
this.e = interfaceC9075dcq;
}
@Override // o.InterfaceC9075dcq.HBt
public final void d() {
this.e.a();
}
}
public static /* synthetic */ void a(C3010apS c3010apS, String str, String str2, String str3, List list, List list2, InterfaceC9075dcq interfaceC9075dcq) {
C14957gcv.e(c3010apS, "");
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(list, "");
C14957gcv.e(list2, "");
interfaceC9075dcq.y();
C15639hO c15639hO = c3010apS.b;
Sts sts = new Sts(interfaceC9075dcq);
RVV rvv = new RVV(c3010apS, interfaceC9075dcq);
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(list, "");
C14957gcv.e(list2, "");
C14957gcv.e(sts, "");
C14957gcv.e(rvv, "");
C6179cLJ c6179cLJ = c15639hO.e;
ArrayList arrayList = new ArrayList();
List list3 = list;
C14957gcv.e(list3, "");
ArrayList arrayList2 = new ArrayList(list3 instanceof Collection ? list3.size() : 10);
Iterator it = list3.iterator();
while (it.hasNext()) {
arrayList2.add(Boolean.valueOf(arrayList.add(new nAM((String) it.next()))));
}
c6179cLJ.e(sts, rvv, new C6179cLJ.RVV(new XHo(arrayList, str2, str3, str)), new C15639hO.LWm(c15639hO, list2), c15639hO.a);
}
public static /* synthetic */ void b(C3010apS c3010apS, String str, boolean z, InterfaceC9075dcq interfaceC9075dcq) {
C14957gcv.e(c3010apS, "");
C14957gcv.e(str, "");
interfaceC9075dcq.e();
interfaceC9075dcq.a(c3010apS.c.a(str, z));
}
}