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

51 lines
1.5 KiB
Java
Raw Normal View History

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