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

84 lines
2.5 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
import o.AbstractC15351go;
/* loaded from: classes3.dex */
public final class cEO extends C15032gf<List<? extends PiE>, Sts> {
/* renamed from: o.cEO$4, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass4 extends AbstractC14961gcz implements InterfaceC14894gbR<Sts, AbstractC13175fSw<List<? extends PiE>>> {
private irj b;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<List<? extends PiE>> invoke(Sts sts) {
Sts sts2 = sts;
C14957gcv.e(sts2, "");
AbstractC13175fSw<List<PiE>> c = this.b.c(sts2);
C14957gcv.c(c, "");
return c;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass4(irj irjVar) {
super(1);
this.b = irjVar;
}
}
/* loaded from: classes3.dex */
public static final class Sts implements AbstractC15351go.HBt {
public final String a;
public final boolean b;
public Sts(String str, boolean z) {
C14957gcv.e(str, "");
this.a = str;
this.b = z;
}
public final String toString() {
String str = this.a;
boolean z = this.b;
StringBuilder sb = new StringBuilder("CountrySearchRequest(keyword=");
sb.append(str);
sb.append(", isTh=");
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.b;
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 Sts)) {
return false;
}
Sts sts = (Sts) obj;
return C14957gcv.b((Object) this.a, (Object) sts.a) && this.b == sts.b;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public cEO(yRw yrw, yRw yrw2, irj irjVar) {
super(yrw, yrw2, new AnonymousClass4(irjVar));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(irjVar, "");
}
}