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

77 lines
2.3 KiB
Java

package o;
import o.AbstractC15351go;
/* loaded from: classes3.dex */
public final class wrn extends C15032gf<Boolean, HBt> {
/* renamed from: o.wrn$1, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass1 extends AbstractC14961gcz implements InterfaceC14894gbR<HBt, AbstractC13175fSw<Boolean>> {
private irj d;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<Boolean> invoke(HBt hBt) {
HBt hBt2 = hBt;
C14957gcv.e(hBt2, "");
AbstractC13175fSw<Boolean> c = this.d.c(hBt2.c, hBt2.a);
C14957gcv.c(c, "");
return c;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass1(irj irjVar) {
super(1);
this.d = irjVar;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public wrn(yRw yrw, yRw yrw2, irj irjVar) {
super(yrw, yrw2, new AnonymousClass1(irjVar));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(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, "");
C14957gcv.e(str2, "");
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() {
return (this.c.hashCode() * 31) + this.a.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);
}
}
}