101 lines
3.2 KiB
Java
101 lines
3.2 KiB
Java
package o;
|
|
|
|
import kotlin.NoWhenBranchMatchedException;
|
|
import o.AbstractC15351go;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zuu extends C15032gf<C0741Nmu, HBt> {
|
|
private final tQD b;
|
|
private final InterfaceC0773Ogw d;
|
|
|
|
/* renamed from: o.zuu$4, reason: invalid class name */
|
|
/* loaded from: classes3.dex */
|
|
static final class AnonymousClass4 extends AbstractC14961gcz implements InterfaceC14894gbR<HBt, AbstractC13175fSw<C0741Nmu>> {
|
|
private InterfaceC0773Ogw b;
|
|
private tQD e;
|
|
|
|
@Override // o.InterfaceC14894gbR
|
|
public final /* synthetic */ AbstractC13175fSw<C0741Nmu> invoke(HBt hBt) {
|
|
HBt hBt2 = hBt;
|
|
C14957gcv.e(hBt2, "");
|
|
int i = RVV.b[this.e.f().ordinal()];
|
|
if (i == 1) {
|
|
return this.e.i(hBt2.d);
|
|
}
|
|
if (i != 2) {
|
|
throw new NoWhenBranchMatchedException();
|
|
}
|
|
AbstractC13175fSw<C0741Nmu> f = this.b.f(hBt2.d);
|
|
C14957gcv.c(f, "");
|
|
return f;
|
|
}
|
|
|
|
/* renamed from: o.zuu$4$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.BUSINESS_OWNER.ordinal()] = 1;
|
|
} catch (NoSuchFieldError unused) {
|
|
}
|
|
try {
|
|
iArr[bTI.CONSUMER.ordinal()] = 2;
|
|
} catch (NoSuchFieldError unused2) {
|
|
}
|
|
b = iArr;
|
|
}
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
AnonymousClass4(tQD tqd, InterfaceC0773Ogw interfaceC0773Ogw) {
|
|
super(1);
|
|
this.e = tqd;
|
|
this.b = interfaceC0773Ogw;
|
|
}
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
@InterfaceC13391fZD
|
|
public zuu(yRw yrw, yRw yrw2, tQD tqd, InterfaceC0773Ogw interfaceC0773Ogw) {
|
|
super(yrw, yrw2, new AnonymousClass4(tqd, interfaceC0773Ogw));
|
|
C14957gcv.e(yrw, "");
|
|
C14957gcv.e(yrw2, "");
|
|
C14957gcv.e(tqd, "");
|
|
C14957gcv.e(interfaceC0773Ogw, "");
|
|
this.b = tqd;
|
|
this.d = interfaceC0773Ogw;
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class HBt implements AbstractC15351go.HBt {
|
|
final String d;
|
|
|
|
public HBt(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.d = str;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
StringBuilder sb = new StringBuilder("DocumentInstructionsParams(documentCode=");
|
|
sb.append(str);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof HBt) && C14957gcv.b((Object) this.d, (Object) ((HBt) obj).d);
|
|
}
|
|
}
|
|
}
|