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

83 lines
2.8 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 teU extends C15032gf<Boolean, IeS> {
/* renamed from: o.teU$5, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass5 extends AbstractC14961gcz implements InterfaceC14894gbR<IeS, AbstractC13175fSw<Boolean>> {
private InterfaceC17109txL e;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<Boolean> invoke(IeS ieS) {
IeS ieS2 = ieS;
C14957gcv.e(ieS2, "");
return this.e.b(new C13424fa(ieS2.b, ieS2.e, ieS2.d));
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass5(InterfaceC17109txL interfaceC17109txL) {
super(1);
this.e = interfaceC17109txL;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public teU(yRw yrw, yRw yrw2, InterfaceC17109txL interfaceC17109txL) {
super(yrw, yrw2, new AnonymousClass5(interfaceC17109txL));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(interfaceC17109txL, "");
}
/* loaded from: classes3.dex */
public static final class IeS implements AbstractC15351go.HBt {
final String b;
final Boolean d;
final String e;
public IeS(String str, String str2, Boolean bool) {
C14957gcv.e(str2, "");
this.b = str;
this.e = str2;
this.d = bool;
}
public final String toString() {
String str = this.b;
String str2 = this.e;
Boolean bool = this.d;
StringBuilder sb = new StringBuilder("Param(cardIdExpireDate=");
sb.append(str);
sb.append(", mobileNumber=");
sb.append(str2);
sb.append(", cardLifetimeFlag=");
sb.append(bool);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.b;
int hashCode = str == null ? 0 : str.hashCode();
int hashCode2 = this.e.hashCode();
Boolean bool = this.d;
return (((hashCode * 31) + hashCode2) * 31) + (bool != null ? bool.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof IeS)) {
return false;
}
IeS ieS = (IeS) obj;
return C14957gcv.b((Object) this.b, (Object) ieS.b) && C14957gcv.b((Object) this.e, (Object) ieS.e) && C14957gcv.b(this.d, ieS.d);
}
}
}