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

51 lines
1.6 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import o.AbstractC15351go;
/* loaded from: classes3.dex */
public final class FNP extends C15032gf<WCS, HBt> {
private final InterfaceC0809PSc c;
/* renamed from: o.FNP$5, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass5 extends AbstractC14961gcz implements InterfaceC14894gbR<HBt, AbstractC13175fSw<WCS>> {
private InterfaceC0809PSc e;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<WCS> invoke(HBt hBt) {
HBt hBt2 = hBt;
C14957gcv.e(hBt2, "");
return this.e.c(hBt2.a, hBt2.d);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass5(InterfaceC0809PSc interfaceC0809PSc) {
super(1);
this.e = interfaceC0809PSc;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public FNP(yRw yrw, yRw yrw2, InterfaceC0809PSc interfaceC0809PSc) {
super(yrw, yrw2, new AnonymousClass5(interfaceC0809PSc));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(interfaceC0809PSc, "");
this.c = interfaceC0809PSc;
}
/* loaded from: classes3.dex */
public static final class HBt implements AbstractC15351go.HBt {
final String a;
final String d;
public HBt(String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.a = str;
this.d = str2;
}
}
}