67 lines
2.1 KiB
Java
67 lines
2.1 KiB
Java
package o;
|
|
|
|
import o.AbstractC15351go;
|
|
|
|
/* renamed from: o.Tos, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1009Tos extends C15032gf<xpN, Sts> {
|
|
|
|
/* renamed from: o.Tos$2, reason: invalid class name */
|
|
/* loaded from: classes3.dex */
|
|
static final class AnonymousClass2 extends AbstractC14961gcz implements InterfaceC14894gbR<Sts, AbstractC13175fSw<xpN>> {
|
|
private InterfaceC17109txL b;
|
|
|
|
@Override // o.InterfaceC14894gbR
|
|
public final /* synthetic */ AbstractC13175fSw<xpN> invoke(Sts sts) {
|
|
Sts sts2 = sts;
|
|
C14957gcv.e(sts2, "");
|
|
return this.b.b(sts2.b);
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
AnonymousClass2(InterfaceC17109txL interfaceC17109txL) {
|
|
super(1);
|
|
this.b = interfaceC17109txL;
|
|
}
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
@InterfaceC13391fZD
|
|
public C1009Tos(yRw yrw, yRw yrw2, InterfaceC17109txL interfaceC17109txL) {
|
|
super(yrw, yrw2, new AnonymousClass2(interfaceC17109txL));
|
|
C14957gcv.e(yrw, "");
|
|
C14957gcv.e(yrw2, "");
|
|
C14957gcv.e(interfaceC17109txL, "");
|
|
}
|
|
|
|
/* renamed from: o.Tos$Sts */
|
|
/* loaded from: classes3.dex */
|
|
public static final class Sts implements AbstractC15351go.HBt {
|
|
final C13477fb b;
|
|
|
|
public Sts(C13477fb c13477fb) {
|
|
C14957gcv.e(c13477fb, "");
|
|
this.b = c13477fb;
|
|
}
|
|
|
|
public final String toString() {
|
|
C13477fb c13477fb = this.b;
|
|
StringBuilder sb = new StringBuilder("Params(request=");
|
|
sb.append(c13477fb);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof Sts) && C14957gcv.b(this.b, ((Sts) obj).b);
|
|
}
|
|
}
|
|
}
|