104 lines
3.3 KiB
Java
104 lines
3.3 KiB
Java
package o;
|
|
|
|
import kotlin.NoWhenBranchMatchedException;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class Qfw extends wRi {
|
|
final InterfaceC0773Ogw c;
|
|
private final InterfaceC16691qQA e;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
@InterfaceC13391fZD
|
|
public Qfw(yRw yrw, yRw yrw2, InterfaceC0773Ogw interfaceC0773Ogw, InterfaceC16691qQA interfaceC16691qQA) {
|
|
super(yrw, yrw2);
|
|
C14957gcv.e(yrw, "");
|
|
C14957gcv.e(yrw2, "");
|
|
C14957gcv.e(interfaceC0773Ogw, "");
|
|
C14957gcv.e(interfaceC16691qQA, "");
|
|
this.c = interfaceC0773Ogw;
|
|
this.e = interfaceC16691qQA;
|
|
}
|
|
|
|
public final AbstractC13163fSk<Unc> e(EnumC17522xVE enumC17522xVE, String str) {
|
|
C14957gcv.e(enumC17522xVE, "");
|
|
int i = HBt.d[enumC17522xVE.ordinal()];
|
|
if (i == 1) {
|
|
AbstractC13175fSw<String> n = this.c.n();
|
|
final LWm lWm = new LWm(this);
|
|
fUY fuy = new fUY(n, new fSS(lWm) { // from class: o.Mdc
|
|
private InterfaceC14894gbR d;
|
|
|
|
@Override // o.fSS
|
|
public final Object a(Object obj) {
|
|
InterfaceC14894gbR interfaceC14894gbR = this.d;
|
|
C14957gcv.e(interfaceC14894gbR, "");
|
|
return (InterfaceC13169fSq) interfaceC14894gbR.invoke(obj);
|
|
}
|
|
|
|
{
|
|
this.d = lWm;
|
|
}
|
|
});
|
|
e(fuy);
|
|
C14957gcv.c(fuy, "");
|
|
return fuy;
|
|
}
|
|
if (i == 2) {
|
|
AbstractC13163fSk<Unc> a = this.e.a();
|
|
e(a);
|
|
C14957gcv.c(a, "");
|
|
return a;
|
|
}
|
|
if (i != 3) {
|
|
throw new NoWhenBranchMatchedException();
|
|
}
|
|
InterfaceC16691qQA interfaceC16691qQA = this.e;
|
|
if (str == null) {
|
|
str = "";
|
|
}
|
|
AbstractC13163fSk<Unc> b = interfaceC16691qQA.b(str);
|
|
e(b);
|
|
C14957gcv.c(b, "");
|
|
return b;
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* loaded from: classes3.dex */
|
|
public static final class LWm extends AbstractC14961gcz implements InterfaceC14894gbR<String, InterfaceC13169fSq<? extends Unc>> {
|
|
private Qfw a;
|
|
|
|
@Override // o.InterfaceC14894gbR
|
|
public final /* synthetic */ InterfaceC13169fSq<? extends Unc> invoke(String str) {
|
|
return this.a.c.e(str);
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
LWm(Qfw qfw) {
|
|
super(1);
|
|
this.a = qfw;
|
|
}
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final /* synthetic */ class HBt {
|
|
public static final int[] d;
|
|
|
|
static {
|
|
int[] iArr = new int[EnumC17522xVE.values().length];
|
|
try {
|
|
iArr[EnumC17522xVE.NORMAL.ordinal()] = 1;
|
|
} catch (NoSuchFieldError unused) {
|
|
}
|
|
try {
|
|
iArr[EnumC17522xVE.LATEST.ordinal()] = 2;
|
|
} catch (NoSuchFieldError unused2) {
|
|
}
|
|
try {
|
|
iArr[EnumC17522xVE.BYID.ordinal()] = 3;
|
|
} catch (NoSuchFieldError unused3) {
|
|
}
|
|
d = iArr;
|
|
}
|
|
}
|
|
}
|