what-the-bank/sources/o/VPf.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 VPf extends C15032gf<Boolean, HBt> {
private final InterfaceC14598fwI d;
/* renamed from: o.VPf$3, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass3 extends AbstractC14961gcz implements InterfaceC14894gbR<HBt, AbstractC13175fSw<Boolean>> {
private InterfaceC14598fwI b;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<Boolean> invoke(HBt hBt) {
HBt hBt2 = hBt;
C14957gcv.e(hBt2, "");
return this.b.e(hBt2.b, hBt2.c);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass3(InterfaceC14598fwI interfaceC14598fwI) {
super(1);
this.b = interfaceC14598fwI;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public VPf(yRw yrw, yRw yrw2, InterfaceC14598fwI interfaceC14598fwI) {
super(yrw, yrw2, new AnonymousClass3(interfaceC14598fwI));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(interfaceC14598fwI, "");
this.d = interfaceC14598fwI;
}
/* loaded from: classes3.dex */
public static final class HBt implements AbstractC15351go.HBt {
final String b;
final String c;
public HBt(String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.b = str;
this.c = str2;
}
}
}