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

43 lines
1.3 KiB
Java

package o;
import java.util.List;
/* renamed from: o.kM, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C15995kM extends C15620hF {
final C0275Cx b;
public final C0190BOd c;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public C15995kM(C0190BOd c0190BOd, C0275Cx c0275Cx) {
super((byte) 0);
C14957gcv.e(c0190BOd, "");
C14957gcv.e(c0275Cx, "");
this.c = c0190BOd;
this.b = c0275Cx;
}
/* renamed from: o.kM$LWm */
/* loaded from: classes3.dex */
public static final class LWm extends AbstractC14961gcz implements InterfaceC14894gbR<tYK, List<? extends WC>> {
private List<WC> b;
private C15995kM d;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ List<? extends WC> invoke(tYK tyk) {
tYK tyk2 = tyk;
C14957gcv.e(tyk2, "");
C0275Cx c0275Cx = this.d.b;
return C0275Cx.b(tyk2, this.b);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public LWm(C15995kM c15995kM, List<WC> list) {
super(1);
this.d = c15995kM;
this.b = list;
}
}
}