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

136 lines
4.5 KiB
Java

package o;
import java.util.Objects;
/* renamed from: o.PYo, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0811PYo extends wRi {
final InterfaceC0773Ogw b;
final tQD e;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public C0811PYo(yRw yrw, yRw yrw2, InterfaceC0773Ogw interfaceC0773Ogw, tQD tqd) {
super(yrw, yrw2);
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(interfaceC0773Ogw, "");
C14957gcv.e(tqd, "");
this.b = interfaceC0773Ogw;
this.e = tqd;
}
public final AbstractC13163fSk<C14866gag> a(String str, String str2) {
C13363fYb c13363fYb;
C14957gcv.e(str, "");
if (LWm.d[this.e.f().ordinal()] == 1) {
AbstractC13175fSw<String> n = this.b.n();
final RVV rvv = new RVV(this, str, str2);
c13363fYb = new C13363fYb(n, new fSS(rvv) { // from class: o.aOG
private InterfaceC14894gbR b;
@Override // o.fSS
public final Object a(Object obj) {
InterfaceC14894gbR interfaceC14894gbR = this.b;
C14957gcv.e(interfaceC14894gbR, "");
return (fRZ) interfaceC14894gbR.invoke(obj);
}
{
this.b = rvv;
}
});
} else {
AbstractC13175fSw<String> n2 = this.b.n();
final HBt hBt = new HBt(this, str, str2);
c13363fYb = new C13363fYb(n2, new fSS(hBt) { // from class: o.uzX
private InterfaceC14894gbR a;
@Override // o.fSS
public final Object a(Object obj) {
InterfaceC14894gbR interfaceC14894gbR = this.a;
C14957gcv.e(interfaceC14894gbR, "");
return (fRZ) interfaceC14894gbR.invoke(obj);
}
{
this.a = hBt;
}
});
}
fRY v = this.b.v(str);
Objects.requireNonNull(v, "next is null");
C13227fUf c13227fUf = new C13227fUf(c13363fYb, v);
fRY x = this.b.x(str2);
Objects.requireNonNull(x, "next is null");
C13243fUv c13243fUv = new C13243fUv(new C13227fUf(c13227fUf, x));
e(c13243fUv);
C14957gcv.c(c13243fUv, "");
return c13243fUv;
}
/* JADX INFO: Access modifiers changed from: package-private */
/* renamed from: o.PYo$RVV */
/* loaded from: classes3.dex */
public static final class RVV extends AbstractC14961gcz implements InterfaceC14894gbR<String, fRZ> {
private String a;
private C0811PYo b;
private String c;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ fRZ invoke(String str) {
String str2 = str;
tQD tqd = this.b.e;
C14957gcv.c((Object) str2, "");
String str3 = this.a;
String str4 = this.c;
return tqd.a(str2, str3, str4 != null ? str4 : "");
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
RVV(C0811PYo c0811PYo, String str, String str2) {
super(1);
this.b = c0811PYo;
this.a = str;
this.c = str2;
}
}
/* JADX INFO: Access modifiers changed from: package-private */
/* renamed from: o.PYo$HBt */
/* loaded from: classes3.dex */
public static final class HBt extends AbstractC14961gcz implements InterfaceC14894gbR<String, fRZ> {
private C0811PYo a;
private String c;
private String e;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ fRZ invoke(String str) {
return this.a.b.d(str, this.c, this.e);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
HBt(C0811PYo c0811PYo, String str, String str2) {
super(1);
this.a = c0811PYo;
this.c = str;
this.e = str2;
}
}
/* renamed from: o.PYo$LWm */
/* loaded from: classes3.dex */
public final /* synthetic */ class LWm {
public static final int[] d;
static {
int[] iArr = new int[bTI.values().length];
try {
iArr[bTI.BUSINESS_OWNER.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
d = iArr;
}
}
}