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

50 lines
1.6 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 OWv extends C15032gf<zYj, Sts> {
private final InterfaceC0504Icu c;
/* renamed from: o.OWv$2, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass2 extends AbstractC14961gcz implements InterfaceC14894gbR<Sts, AbstractC13175fSw<zYj>> {
private InterfaceC0504Icu b;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<zYj> invoke(Sts sts) {
Sts sts2 = sts;
C14957gcv.e(sts2, "");
return this.b.d(sts2.a, sts2.d);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass2(InterfaceC0504Icu interfaceC0504Icu) {
super(1);
this.b = interfaceC0504Icu;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public OWv(yRw yrw, yRw yrw2, InterfaceC0504Icu interfaceC0504Icu) {
super(yrw, yrw2, new AnonymousClass2(interfaceC0504Icu));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(interfaceC0504Icu, "");
this.c = interfaceC0504Icu;
}
/* loaded from: classes3.dex */
public static final class Sts implements AbstractC15351go.HBt {
final String a;
final String d;
public Sts(String str, String str2) {
C14957gcv.e(str, "");
this.a = str;
this.d = str2;
}
}
}