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

67 lines
2.1 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 iou extends C15032gf<C6482cUZ, Sts> {
private final InterfaceC17815zxP c;
/* renamed from: o.iou$1, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass1 extends AbstractC14961gcz implements InterfaceC14894gbR<Sts, AbstractC13175fSw<C6482cUZ>> {
private InterfaceC17815zxP d;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<C6482cUZ> invoke(Sts sts) {
Sts sts2 = sts;
C14957gcv.e(sts2, "");
return this.d.a(sts2.c);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass1(InterfaceC17815zxP interfaceC17815zxP) {
super(1);
this.d = interfaceC17815zxP;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public iou(yRw yrw, yRw yrw2, InterfaceC17815zxP interfaceC17815zxP) {
super(yrw, yrw2, new AnonymousClass1(interfaceC17815zxP));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(interfaceC17815zxP, "");
this.c = interfaceC17815zxP;
}
/* loaded from: classes3.dex */
public static final class Sts implements AbstractC15351go.HBt {
final C8006cz c;
public Sts(C8006cz c8006cz) {
C14957gcv.e(c8006cz, "");
this.c = c8006cz;
}
public final String toString() {
C8006cz c8006cz = this.c;
StringBuilder sb = new StringBuilder("Param(request=");
sb.append(c8006cz);
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 Sts) && C14957gcv.b(this.c, ((Sts) obj).c);
}
}
}