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

67 lines
1.9 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import o.AbstractC15351go;
/* loaded from: classes3.dex */
public final class YCA extends C15032gf<C17422wet, LWm> {
private final IJC a;
/* renamed from: o.YCA$1, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass1 extends AbstractC14961gcz implements InterfaceC14894gbR<LWm, AbstractC13175fSw<C17422wet>> {
private IJC d;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<C17422wet> invoke(LWm lWm) {
LWm lWm2 = lWm;
C14957gcv.e(lWm2, "");
return this.d.d(lWm2.d);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass1(IJC ijc) {
super(1);
this.d = ijc;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public YCA(IJC ijc, yRw yrw, yRw yrw2) {
super(yrw, yrw2, new AnonymousClass1(ijc));
C14957gcv.e(ijc, "");
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
this.a = ijc;
}
/* loaded from: classes3.dex */
public static final class LWm implements AbstractC15351go.HBt {
final I d;
public LWm(I i) {
C14957gcv.e(i, "");
this.d = i;
}
public final String toString() {
I i = this.d;
StringBuilder sb = new StringBuilder("Params(request=");
sb.append(i);
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 LWm) && C14957gcv.b(this.d, ((LWm) obj).d);
}
}
}