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

87 lines
2.7 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 irg extends C13353fY<IeS> {
private final InterfaceC0773Ogw c;
private final tQD e;
/* renamed from: o.irg$5, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass5 extends AbstractC14961gcz implements InterfaceC14894gbR<IeS, fRY> {
private tQD b;
private InterfaceC0773Ogw c;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ fRY invoke(IeS ieS) {
IeS ieS2 = ieS;
C14957gcv.e(ieS2, "");
int i = HBt.b[this.b.f().ordinal()];
if (i != 1) {
if (i == 2) {
return this.b.d(new C17000t(ieS2.c, ieS2.e, ieS2.a));
}
throw new NoWhenBranchMatchedException();
}
fRY b = this.c.b(new C17000t(ieS2.c, ieS2.e, ieS2.a));
C14957gcv.c(b, "");
return b;
}
/* renamed from: o.irg$5$HBt */
/* loaded from: classes3.dex */
public final /* synthetic */ class HBt {
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) */
AnonymousClass5(tQD tqd, InterfaceC0773Ogw interfaceC0773Ogw) {
super(1);
this.b = tqd;
this.c = interfaceC0773Ogw;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public irg(yRw yrw, yRw yrw2, InterfaceC0773Ogw interfaceC0773Ogw, tQD tqd) {
super(yrw, yrw2, new AnonymousClass5(tqd, interfaceC0773Ogw));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(interfaceC0773Ogw, "");
C14957gcv.e(tqd, "");
this.c = interfaceC0773Ogw;
this.e = tqd;
}
/* loaded from: classes3.dex */
public static final class IeS implements AbstractC15351go.HBt {
final boolean a;
final String c;
final String e;
public IeS(String str, String str2, boolean z) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.c = str;
this.e = str2;
this.a = z;
}
}
}