79 lines
2.3 KiB
Java
79 lines
2.3 KiB
Java
package o;
|
|
|
|
import o.AbstractC15351go;
|
|
|
|
/* renamed from: o.XgP, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1179XgP extends C13353fY<IeS> {
|
|
private final YDg d;
|
|
|
|
/* renamed from: o.XgP$5, reason: invalid class name */
|
|
/* loaded from: classes3.dex */
|
|
static final class AnonymousClass5 extends AbstractC14961gcz implements InterfaceC14894gbR<IeS, fRY> {
|
|
private YDg d;
|
|
|
|
@Override // o.InterfaceC14894gbR
|
|
public final /* synthetic */ fRY invoke(IeS ieS) {
|
|
IeS ieS2 = ieS;
|
|
C14957gcv.e(ieS2, "");
|
|
return this.d.e(ieS2.a, ieS2.b);
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
AnonymousClass5(YDg yDg) {
|
|
super(1);
|
|
this.d = yDg;
|
|
}
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
@InterfaceC13391fZD
|
|
public C1179XgP(yRw yrw, yRw yrw2, YDg yDg) {
|
|
super(yrw, yrw2, new AnonymousClass5(yDg));
|
|
C14957gcv.e(yrw, "");
|
|
C14957gcv.e(yrw2, "");
|
|
C14957gcv.e(yDg, "");
|
|
this.d = yDg;
|
|
}
|
|
|
|
/* renamed from: o.XgP$IeS */
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS implements AbstractC15351go.HBt {
|
|
final String a;
|
|
final C7309clp b;
|
|
|
|
public IeS(String str, C7309clp c7309clp) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(c7309clp, "");
|
|
this.a = str;
|
|
this.b = c7309clp;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
C7309clp c7309clp = this.b;
|
|
StringBuilder sb = new StringBuilder("Param(sessionId=");
|
|
sb.append(str);
|
|
sb.append(", request=");
|
|
sb.append(c7309clp);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.a.hashCode() * 31) + this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof IeS)) {
|
|
return false;
|
|
}
|
|
IeS ieS = (IeS) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) ieS.a) && C14957gcv.b(this.b, ieS.b);
|
|
}
|
|
}
|
|
}
|