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

81 lines
2.5 KiB
Java

package o;
import o.AbstractC15351go;
/* loaded from: classes3.dex */
public final class XMl extends C15032gf<Boolean, HBt> {
public final irj d;
/* renamed from: o.XMl$4, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass4 extends AbstractC14961gcz implements InterfaceC14894gbR<HBt, AbstractC13175fSw<Boolean>> {
private Xky a;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<Boolean> invoke(HBt hBt) {
HBt hBt2 = hBt;
C14957gcv.e(hBt2, "");
AbstractC13175fSw<Boolean> e = this.a.e(hBt2.c, hBt2.a);
C14957gcv.c(e, "");
return e;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass4(Xky xky) {
super(1);
this.a = xky;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public XMl(yRw yrw, yRw yrw2, Xky xky, irj irjVar) {
super(yrw, yrw2, new AnonymousClass4(xky));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(xky, "");
C14957gcv.e(irjVar, "");
this.d = irjVar;
}
/* loaded from: classes3.dex */
public static final class HBt implements AbstractC15351go.HBt {
final String a;
final String c;
public HBt(String str, String str2) {
C14957gcv.e(str, "");
this.c = str;
this.a = str2;
}
public final String toString() {
String str = this.c;
String str2 = this.a;
StringBuilder sb = new StringBuilder("Params(otp=");
sb.append(str);
sb.append(", tokenUuid=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.c.hashCode();
String str = this.a;
return (hashCode * 31) + (str == null ? 0 : str.hashCode());
}
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.c, (Object) hBt.c) && C14957gcv.b((Object) this.a, (Object) hBt.a);
}
}
}