83 lines
2.6 KiB
Java
83 lines
2.6 KiB
Java
package o;
|
|
|
|
import o.AbstractC15351go;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class Zxb extends C15032gf<Boolean, LWm> {
|
|
|
|
/* renamed from: o.Zxb$2, reason: invalid class name */
|
|
/* loaded from: classes3.dex */
|
|
static final class AnonymousClass2 extends AbstractC14961gcz implements InterfaceC14894gbR<LWm, AbstractC13175fSw<Boolean>> {
|
|
private irj b;
|
|
|
|
@Override // o.InterfaceC14894gbR
|
|
public final /* synthetic */ AbstractC13175fSw<Boolean> invoke(LWm lWm) {
|
|
LWm lWm2 = lWm;
|
|
C14957gcv.e(lWm2, "");
|
|
AbstractC13175fSw<Boolean> c = this.b.c(lWm2.e, lWm2.c, lWm2.b);
|
|
C14957gcv.c(c, "");
|
|
return c;
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
AnonymousClass2(irj irjVar) {
|
|
super(1);
|
|
this.b = irjVar;
|
|
}
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
@InterfaceC13391fZD
|
|
public Zxb(yRw yrw, yRw yrw2, irj irjVar) {
|
|
super(yrw, yrw2, new AnonymousClass2(irjVar));
|
|
C14957gcv.e(yrw, "");
|
|
C14957gcv.e(yrw2, "");
|
|
C14957gcv.e(irjVar, "");
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class LWm implements AbstractC15351go.HBt {
|
|
final C1273Zjc b;
|
|
final String c;
|
|
final String e;
|
|
|
|
public LWm(String str, String str2, C1273Zjc c1273Zjc) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(c1273Zjc, "");
|
|
this.e = str;
|
|
this.c = str2;
|
|
this.b = c1273Zjc;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.c;
|
|
C1273Zjc c1273Zjc = this.b;
|
|
StringBuilder sb = new StringBuilder("Params(otp=");
|
|
sb.append(str);
|
|
sb.append(", tokenUuid=");
|
|
sb.append(str2);
|
|
sb.append(", request=");
|
|
sb.append(c1273Zjc);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((this.e.hashCode() * 31) + this.c.hashCode()) * 31) + this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof LWm)) {
|
|
return false;
|
|
}
|
|
LWm lWm = (LWm) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) lWm.e) && C14957gcv.b((Object) this.c, (Object) lWm.c) && C14957gcv.b(this.b, lWm.b);
|
|
}
|
|
}
|
|
}
|