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

50 lines
1.5 KiB
Java

package o;
import java.util.HashMap;
import o.AbstractC15351go;
/* loaded from: classes3.dex */
public final class PHe extends C15032gf<sxU, Sts> {
/* renamed from: o.PHe$3, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass3 extends AbstractC14961gcz implements InterfaceC14894gbR<Sts, AbstractC13175fSw<sxU>> {
private hfX a;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<sxU> invoke(Sts sts) {
Sts sts2 = sts;
C14957gcv.e(sts2, "");
return this.a.c(sts2.a, sts2.b);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass3(hfX hfx) {
super(1);
this.a = hfx;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public PHe(yRw yrw, yRw yrw2, hfX hfx) {
super(yrw, yrw2, new AnonymousClass3(hfx));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(hfx, "");
}
/* loaded from: classes3.dex */
public static final class Sts implements AbstractC15351go.HBt {
final String a;
final HashMap<String, String> b;
public Sts(String str, HashMap<String, String> hashMap) {
C14957gcv.e(str, "");
C14957gcv.e(hashMap, "");
this.a = str;
this.b = hashMap;
}
}
}