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

103 lines
3.4 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import kotlin.NoWhenBranchMatchedException;
import o.AbstractC15351go;
/* loaded from: classes3.dex */
public final class GOf extends C15032gf<C8119dBn, Sts> {
private final trQ b;
private final tQD c;
private final InterfaceC0773Ogw d;
/* renamed from: o.GOf$1, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass1 extends AbstractC14961gcz implements InterfaceC14894gbR<Sts, AbstractC13175fSw<C8119dBn>> {
private tQD a;
private InterfaceC0773Ogw b;
private trQ c;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<C8119dBn> invoke(Sts sts) {
Sts sts2 = sts;
C14957gcv.e(sts2, "");
String a = this.c.a();
C14957gcv.c((Object) a, "");
C14957gcv.e(a, "");
C16766r c16766r = new C16766r(sts2.e, sts2.h, sts2.b, sts2.c, sts2.a, new C0420Ger(a, sts2.d));
int i = RVV.b[this.a.f().ordinal()];
if (i != 1) {
if (i == 2) {
return this.a.b(c16766r);
}
throw new NoWhenBranchMatchedException();
}
AbstractC13175fSw<C8119dBn> a2 = this.b.a(c16766r);
C14957gcv.c(a2, "");
return a2;
}
/* renamed from: o.GOf$1$RVV */
/* loaded from: classes3.dex */
public final /* synthetic */ class RVV {
public static final int[] b;
static {
int[] iArr = new int[bTI.values().length];
try {
iArr[bTI.CONSUMER.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
try {
iArr[bTI.BUSINESS_OWNER.ordinal()] = 2;
} catch (NoSuchFieldError unused2) {
}
b = iArr;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass1(trQ trq, tQD tqd, InterfaceC0773Ogw interfaceC0773Ogw) {
super(1);
this.c = trq;
this.a = tqd;
this.b = interfaceC0773Ogw;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public GOf(yRw yrw, yRw yrw2, InterfaceC0773Ogw interfaceC0773Ogw, trQ trq, tQD tqd) {
super(yrw, yrw2, new AnonymousClass1(trq, tqd, interfaceC0773Ogw));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(interfaceC0773Ogw, "");
C14957gcv.e(trq, "");
C14957gcv.e(tqd, "");
this.d = interfaceC0773Ogw;
this.b = trq;
this.c = tqd;
}
/* loaded from: classes3.dex */
public static final class Sts implements AbstractC15351go.HBt {
final Boolean a;
final Boolean b;
final Boolean c;
final String d;
final String e;
final String h;
public Sts(String str, String str2, String str3, Boolean bool, Boolean bool2, Boolean bool3) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
this.e = str;
this.h = str2;
this.d = str3;
this.b = bool;
this.c = bool2;
this.a = bool3;
}
}
}