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

67 lines
2.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import o.AbstractC15351go;
/* renamed from: o.biF, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C4862biF extends C15032gf<Boolean, HBt> {
/* renamed from: o.biF$5, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass5 extends AbstractC14961gcz implements InterfaceC14894gbR<HBt, AbstractC13175fSw<Boolean>> {
private InterfaceC17109txL b;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<Boolean> invoke(HBt hBt) {
HBt hBt2 = hBt;
C14957gcv.e(hBt2, "");
return this.b.a(hBt2.a);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass5(InterfaceC17109txL interfaceC17109txL) {
super(1);
this.b = interfaceC17109txL;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public C4862biF(yRw yrw, yRw yrw2, InterfaceC17109txL interfaceC17109txL) {
super(yrw, yrw2, new AnonymousClass5(interfaceC17109txL));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(interfaceC17109txL, "");
}
/* renamed from: o.biF$HBt */
/* loaded from: classes3.dex */
public static final class HBt implements AbstractC15351go.HBt {
final C11026eW a;
public HBt(C11026eW c11026eW) {
C14957gcv.e(c11026eW, "");
this.a = c11026eW;
}
public final String toString() {
C11026eW c11026eW = this.a;
StringBuilder sb = new StringBuilder("Param(request=");
sb.append(c11026eW);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof HBt) && C14957gcv.b(this.a, ((HBt) obj).a);
}
}
}