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

85 lines
2.5 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 KiK extends C15032gf<MjP, HBt> {
private final Cto a;
/* renamed from: o.KiK$2, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass2 extends AbstractC14961gcz implements InterfaceC14894gbR<HBt, AbstractC13175fSw<MjP>> {
private Cto b;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<MjP> invoke(HBt hBt) {
HBt hBt2 = hBt;
C14957gcv.e(hBt2, "");
AbstractC13175fSw<MjP> e = this.b.e(hBt2.a, hBt2.e);
C14957gcv.c(e, "");
return e;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass2(Cto cto) {
super(1);
this.b = cto;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public KiK(yRw yrw, yRw yrw2, Cto cto) {
super(yrw, yrw2, new AnonymousClass2(cto));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(cto, "");
this.a = cto;
}
/* loaded from: classes3.dex */
public static final class HBt implements AbstractC15351go.HBt {
final String a;
final boolean e;
public HBt(String str, boolean z) {
C14957gcv.e(str, "");
this.a = str;
this.e = z;
}
public final String toString() {
String str = this.a;
boolean z = this.e;
StringBuilder sb = new StringBuilder("Params(deeplinkId=");
sb.append(str);
sb.append(", deeplinkFlag=");
sb.append(z);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = this.a.hashCode();
boolean z = this.e;
int i = z;
if (z != 0) {
i = 1;
}
return (hashCode * 31) + i;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof HBt)) {
return false;
}
HBt hBt = (HBt) obj;
return C14957gcv.b((Object) this.a, (Object) hBt.a) && this.e == hBt.e;
}
}
}