81 lines
2.5 KiB
Java
81 lines
2.5 KiB
Java
package o;
|
|
|
|
import o.AbstractC15351go;
|
|
|
|
/* renamed from: o.zEy, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C17719zEy extends C15032gf<C12183etR, RVV> {
|
|
private final yQF a;
|
|
|
|
/* renamed from: o.zEy$5, reason: invalid class name */
|
|
/* loaded from: classes3.dex */
|
|
static final class AnonymousClass5 extends AbstractC14961gcz implements InterfaceC14894gbR<RVV, AbstractC13175fSw<C12183etR>> {
|
|
private yQF d;
|
|
|
|
@Override // o.InterfaceC14894gbR
|
|
public final /* synthetic */ AbstractC13175fSw<C12183etR> invoke(RVV rvv) {
|
|
RVV rvv2 = rvv;
|
|
C14957gcv.e(rvv2, "");
|
|
AbstractC13175fSw<C12183etR> e = this.d.e(rvv2.c, rvv2.b);
|
|
C14957gcv.c(e, "");
|
|
return e;
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
AnonymousClass5(yQF yqf) {
|
|
super(1);
|
|
this.d = yqf;
|
|
}
|
|
}
|
|
|
|
/* renamed from: o.zEy$RVV */
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV implements AbstractC15351go.HBt {
|
|
final String b;
|
|
final String c;
|
|
|
|
public RVV(String str, String str2) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.c = str;
|
|
this.b = str2;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
String str2 = this.b;
|
|
StringBuilder sb = new StringBuilder("Params(productType=");
|
|
sb.append(str);
|
|
sb.append(", isReferral=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.c.hashCode() * 31) + this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof RVV)) {
|
|
return false;
|
|
}
|
|
RVV rvv = (RVV) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) rvv.c) && C14957gcv.b((Object) this.b, (Object) rvv.b);
|
|
}
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
@InterfaceC13391fZD
|
|
public C17719zEy(yRw yrw, yRw yrw2, yQF yqf) {
|
|
super(yrw, yrw2, new AnonymousClass5(yqf));
|
|
C14957gcv.e(yrw, "");
|
|
C14957gcv.e(yrw2, "");
|
|
C14957gcv.e(yqf, "");
|
|
this.a = yqf;
|
|
}
|
|
}
|