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

49 lines
1.4 KiB
Java

package o;
import o.AbstractC15351go;
/* loaded from: classes3.dex */
public final class Hft extends C15032gf<zHg, RVV> {
/* renamed from: o.Hft$2, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass2 extends AbstractC14961gcz implements InterfaceC14894gbR<RVV, AbstractC13175fSw<zHg>> {
private MSt e;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<zHg> invoke(RVV rvv) {
RVV rvv2 = rvv;
C14957gcv.e(rvv2, "");
return this.e.d(rvv2.b, rvv2.a);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass2(MSt mSt) {
super(1);
this.e = mSt;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public Hft(yRw yrw, yRw yrw2, MSt mSt) {
super(yrw, yrw2, new AnonymousClass2(mSt));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(mSt, "");
}
/* loaded from: classes3.dex */
public static final class RVV implements AbstractC15351go.HBt {
final String a;
final String b;
public RVV(String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.b = str;
this.a = str2;
}
}
}