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

54 lines
1.6 KiB
Java

package o;
import o.AbstractC15351go;
/* loaded from: classes3.dex */
public final class PRk extends C15032gf<String, HBt> {
private final Rcg c;
/* renamed from: o.PRk$4, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass4 extends AbstractC14961gcz implements InterfaceC14894gbR<HBt, AbstractC13175fSw<String>> {
private Rcg b;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<String> invoke(HBt hBt) {
HBt hBt2 = hBt;
C14957gcv.e(hBt2, "");
return this.b.d(hBt2.d, hBt2.b, hBt2.a);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass4(Rcg rcg) {
super(1);
this.b = rcg;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public PRk(yRw yrw, yRw yrw2, Rcg rcg) {
super(yrw, yrw2, new AnonymousClass4(rcg));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(rcg, "");
this.c = rcg;
}
/* loaded from: classes3.dex */
public static final class HBt implements AbstractC15351go.HBt {
final C1434aE a;
final String b;
final String d;
public HBt(String str, String str2, C1434aE c1434aE) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(c1434aE, "");
this.d = str;
this.b = str2;
this.a = c1434aE;
}
}
}