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

69 lines
2.0 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import o.AbstractC15351go;
/* loaded from: classes3.dex */
public final class hzF extends C15032gf<C0441GqM, IeS> {
private final pQs c;
/* renamed from: o.hzF$5, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass5 extends AbstractC14961gcz implements InterfaceC14894gbR<IeS, AbstractC13175fSw<C0441GqM>> {
private pQs c;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<C0441GqM> invoke(IeS ieS) {
IeS ieS2 = ieS;
C14957gcv.e(ieS2, "");
AbstractC13175fSw<C0441GqM> e = this.c.e(ieS2.d);
C14957gcv.c(e, "");
return e;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass5(pQs pqs) {
super(1);
this.c = pqs;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public hzF(yRw yrw, yRw yrw2, pQs pqs) {
super(yrw, yrw2, new AnonymousClass5(pqs));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(pqs, "");
this.c = pqs;
}
/* loaded from: classes3.dex */
public static final class IeS implements AbstractC15351go.HBt {
final C2621ai d;
public IeS(C2621ai c2621ai) {
C14957gcv.e(c2621ai, "");
this.d = c2621ai;
}
public final String toString() {
C2621ai c2621ai = this.d;
StringBuilder sb = new StringBuilder("Params(request=");
sb.append(c2621ai);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof IeS) && C14957gcv.b(this.d, ((IeS) obj).d);
}
}
}