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

105 lines
3.4 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import o.AbstractC15351go;
import o.SnH;
/* loaded from: classes3.dex */
public final class SnH extends C15032gf<String, HBt> {
private final KyK d;
/* renamed from: o.SnH$4, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass4 extends AbstractC14961gcz implements InterfaceC14894gbR<HBt, AbstractC13175fSw<String>> {
private KyK e;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<String> invoke(HBt hBt) {
HBt hBt2 = hBt;
C14957gcv.e(hBt2, "");
KyK kyK = this.e;
String str = hBt2.e;
String str2 = hBt2.d;
String str3 = hBt2.b;
String str4 = hBt2.g;
String e = C15602gz.e(hBt2.a);
C14957gcv.c((Object) e, "");
AbstractC13175fSw<C15632hKR> d = kyK.d(str, str2, str3, str4, e, hBt2.c);
final AnonymousClass1 anonymousClass1 = AnonymousClass1.e;
C13372fYk c13372fYk = new C13372fYk(d, new fSS(anonymousClass1) { // from class: o.izn
private InterfaceC14894gbR a;
@Override // o.fSS
public final Object a(Object obj) {
return SnH.AnonymousClass4.c(this.a, obj);
}
{
this.a = anonymousClass1;
}
});
C14957gcv.c(c13372fYk, "");
return c13372fYk;
}
/* renamed from: o.SnH$4$1, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass1 extends AbstractC14961gcz implements InterfaceC14894gbR<C15632hKR, String> {
public static final AnonymousClass1 e = new AnonymousClass1();
@Override // o.InterfaceC14894gbR
public final /* bridge */ /* synthetic */ String invoke(C15632hKR c15632hKR) {
return c15632hKR.e;
}
AnonymousClass1() {
super(1);
}
}
public static /* synthetic */ String c(InterfaceC14894gbR interfaceC14894gbR, Object obj) {
C14957gcv.e(interfaceC14894gbR, "");
return (String) interfaceC14894gbR.invoke(obj);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass4(KyK kyK) {
super(1);
this.e = kyK;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public SnH(yRw yrw, yRw yrw2, KyK kyK) {
super(yrw, yrw2, new AnonymousClass4(kyK));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(kyK, "");
this.d = kyK;
}
/* loaded from: classes3.dex */
public static final class HBt implements AbstractC15351go.HBt {
final double a;
final String b;
final String c;
final String d;
final String e;
final String g;
public HBt(String str, String str2, String str3, String str4, double d, String str5) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
this.e = str;
this.d = str2;
this.b = str3;
this.g = str4;
this.a = d;
this.c = str5;
}
}
}