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

69 lines
2.0 KiB
Java

package o;
import o.AbstractC15351go;
/* loaded from: classes3.dex */
public final class Kcf extends C15032gf<LYc, IeS> {
private final pQs c;
/* renamed from: o.Kcf$4, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass4 extends AbstractC14961gcz implements InterfaceC14894gbR<IeS, AbstractC13175fSw<LYc>> {
private pQs d;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<LYc> invoke(IeS ieS) {
IeS ieS2 = ieS;
C14957gcv.e(ieS2, "");
AbstractC13175fSw<LYc> a = this.d.a(ieS2.b);
C14957gcv.c(a, "");
return a;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass4(pQs pqs) {
super(1);
this.d = pqs;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public Kcf(yRw yrw, yRw yrw2, pQs pqs) {
super(yrw, yrw2, new AnonymousClass4(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 C2356ad b;
public IeS(C2356ad c2356ad) {
C14957gcv.e(c2356ad, "");
this.b = c2356ad;
}
public final String toString() {
C2356ad c2356ad = this.b;
StringBuilder sb = new StringBuilder("Params(request=");
sb.append(c2356ad);
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 IeS) && C14957gcv.b(this.b, ((IeS) obj).b);
}
}
}