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

51 lines
1.4 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 QuB extends C13353fY<Sts> {
private final AQp d;
/* renamed from: o.QuB$4, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass4 extends AbstractC14961gcz implements InterfaceC14894gbR<Sts, fRY> {
private AQp b;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ fRY invoke(Sts sts) {
Sts sts2 = sts;
C14957gcv.e(sts2, "");
return this.b.d(sts2.d, sts2.a);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass4(AQp aQp) {
super(1);
this.b = aQp;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public QuB(yRw yrw, yRw yrw2, AQp aQp) {
super(yrw, yrw2, new AnonymousClass4(aQp));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(aQp, "");
this.d = aQp;
}
/* loaded from: classes3.dex */
public static final class Sts implements AbstractC15351go.HBt {
final String a;
final C6737cb d;
public Sts(C6737cb c6737cb, String str) {
C14957gcv.e(c6737cb, "");
C14957gcv.e(str, "");
this.d = c6737cb;
this.a = str;
}
}
}