what-the-bank/sources/o/KYt.java

79 lines
2.4 KiB
Java

package o;
import o.AbstractC15351go;
/* loaded from: classes3.dex */
public final class KYt extends C15032gf<kSY, RVV> {
private final yQF b;
/* renamed from: o.KYt$1, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass1 extends AbstractC14961gcz implements InterfaceC14894gbR<RVV, AbstractC13175fSw<kSY>> {
private yQF d;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<kSY> invoke(RVV rvv) {
RVV rvv2 = rvv;
C14957gcv.e(rvv2, "");
AbstractC13175fSw<kSY> j = this.d.j(rvv2.e, rvv2.c);
C14957gcv.c(j, "");
return j;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass1(yQF yqf) {
super(1);
this.d = yqf;
}
}
/* loaded from: classes3.dex */
public static final class RVV implements AbstractC15351go.HBt {
final String c;
final String e;
public RVV(String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.e = str;
this.c = str2;
}
public final String toString() {
String str = this.e;
String str2 = this.c;
StringBuilder sb = new StringBuilder("Params(productGroup=");
sb.append(str);
sb.append(", productType=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.e.hashCode() * 31) + this.c.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.e, (Object) rvv.e) && C14957gcv.b((Object) this.c, (Object) rvv.c);
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public KYt(yRw yrw, yRw yrw2, yQF yqf) {
super(yrw, yrw2, new AnonymousClass1(yqf));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(yqf, "");
this.b = yqf;
}
}