71 lines
2.2 KiB
Java
71 lines
2.2 KiB
Java
package o;
|
|
|
|
import o.AbstractC15351go;
|
|
|
|
/* renamed from: o.Gsa, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0447Gsa extends C15032gf<KJM, LWm> {
|
|
private final InterfaceC10882eRo e;
|
|
|
|
/* renamed from: o.Gsa$1, reason: invalid class name */
|
|
/* loaded from: classes3.dex */
|
|
static final class AnonymousClass1 extends AbstractC14961gcz implements InterfaceC14894gbR<LWm, AbstractC13175fSw<KJM>> {
|
|
private InterfaceC10882eRo b;
|
|
|
|
@Override // o.InterfaceC14894gbR
|
|
public final /* synthetic */ AbstractC13175fSw<KJM> invoke(LWm lWm) {
|
|
LWm lWm2 = lWm;
|
|
C14957gcv.e(lWm2, "");
|
|
AbstractC13175fSw<KJM> b = this.b.b(lWm2.b);
|
|
C14957gcv.c(b, "");
|
|
return b;
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
AnonymousClass1(InterfaceC10882eRo interfaceC10882eRo) {
|
|
super(1);
|
|
this.b = interfaceC10882eRo;
|
|
}
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
@InterfaceC13391fZD
|
|
public C0447Gsa(yRw yrw, yRw yrw2, InterfaceC10882eRo interfaceC10882eRo) {
|
|
super(yrw, yrw2, new AnonymousClass1(interfaceC10882eRo));
|
|
C14957gcv.e(yrw, "");
|
|
C14957gcv.e(yrw2, "");
|
|
C14957gcv.e(interfaceC10882eRo, "");
|
|
this.e = interfaceC10882eRo;
|
|
}
|
|
|
|
/* renamed from: o.Gsa$LWm */
|
|
/* loaded from: classes3.dex */
|
|
public static final class LWm implements AbstractC15351go.HBt {
|
|
final C5386bs b;
|
|
|
|
public LWm(C5386bs c5386bs) {
|
|
C14957gcv.e(c5386bs, "");
|
|
this.b = c5386bs;
|
|
}
|
|
|
|
public final String toString() {
|
|
C5386bs c5386bs = this.b;
|
|
StringBuilder sb = new StringBuilder("Params(request=");
|
|
sb.append(c5386bs);
|
|
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 LWm) && C14957gcv.b(this.b, ((LWm) obj).b);
|
|
}
|
|
}
|
|
}
|