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

67 lines
1.9 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 NYW extends C15032gf<C5465btZ, HBt> {
private final IJC b;
/* renamed from: o.NYW$5, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass5 extends AbstractC14961gcz implements InterfaceC14894gbR<HBt, AbstractC13175fSw<C5465btZ>> {
private IJC b;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<C5465btZ> invoke(HBt hBt) {
HBt hBt2 = hBt;
C14957gcv.e(hBt2, "");
return this.b.b(hBt2.c);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass5(IJC ijc) {
super(1);
this.b = ijc;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public NYW(IJC ijc, yRw yrw, yRw yrw2) {
super(yrw, yrw2, new AnonymousClass5(ijc));
C14957gcv.e(ijc, "");
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
this.b = ijc;
}
/* loaded from: classes3.dex */
public static final class HBt implements AbstractC15351go.HBt {
final E c;
public HBt(E e) {
C14957gcv.e(e, "");
this.c = e;
}
public final String toString() {
E e = this.c;
StringBuilder sb = new StringBuilder("Params(request=");
sb.append(e);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof HBt) && C14957gcv.b(this.c, ((HBt) obj).c);
}
}
}