68 lines
2.3 KiB
Java
68 lines
2.3 KiB
Java
package o;
|
|
|
|
/* renamed from: o.Jsh, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0571Jsh extends wRi {
|
|
final InterfaceC0773Ogw c;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
@InterfaceC13391fZD
|
|
public C0571Jsh(yRw yrw, yRw yrw2, InterfaceC0773Ogw interfaceC0773Ogw) {
|
|
super(yrw, yrw2);
|
|
C14957gcv.e(yrw, "");
|
|
C14957gcv.e(yrw2, "");
|
|
C14957gcv.e(interfaceC0773Ogw, "");
|
|
this.c = interfaceC0773Ogw;
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* renamed from: o.Jsh$RVV */
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV extends AbstractC14961gcz implements InterfaceC14894gbR<String, InterfaceC13169fSq<? extends Void>> {
|
|
private String[] a;
|
|
private C0571Jsh c;
|
|
|
|
@Override // o.InterfaceC14894gbR
|
|
public final /* synthetic */ InterfaceC13169fSq<? extends Void> invoke(String str) {
|
|
AbstractC13163fSk c13243fUv;
|
|
fRZ e = this.c.c.e(str, this.a);
|
|
if (e instanceof InterfaceC13204fTr) {
|
|
c13243fUv = ((InterfaceC13204fTr) e).b();
|
|
} else {
|
|
c13243fUv = new C13243fUv(e);
|
|
}
|
|
return c13243fUv;
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
RVV(C0571Jsh c0571Jsh, String[] strArr) {
|
|
super(1);
|
|
this.c = c0571Jsh;
|
|
this.a = strArr;
|
|
}
|
|
}
|
|
|
|
public final AbstractC13163fSk<Void> d(String[] strArr) {
|
|
C14957gcv.e(strArr, "");
|
|
AbstractC13175fSw<String> n = this.c.n();
|
|
final RVV rvv = new RVV(this, strArr);
|
|
fUY fuy = new fUY(n, new fSS(rvv) { // from class: o.TaU
|
|
private InterfaceC14894gbR c;
|
|
|
|
@Override // o.fSS
|
|
public final Object a(Object obj) {
|
|
InterfaceC14894gbR interfaceC14894gbR = this.c;
|
|
C14957gcv.e(interfaceC14894gbR, "");
|
|
return (InterfaceC13169fSq) interfaceC14894gbR.invoke(obj);
|
|
}
|
|
|
|
{
|
|
this.c = rvv;
|
|
}
|
|
});
|
|
e(fuy);
|
|
C14957gcv.c(fuy, "");
|
|
return fuy;
|
|
}
|
|
}
|