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

73 lines
2.5 KiB
Java

package o;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
/* renamed from: o.hI, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C15626hI extends C15620hF {
final C16297nH b;
public final HAm d;
public final WIt e;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public C15626hI(WIt wIt, HAm hAm, C16297nH c16297nH) {
super((byte) 0);
C14957gcv.e(wIt, "");
C14957gcv.e(hAm, "");
C14957gcv.e(c16297nH, "");
this.e = wIt;
this.d = hAm;
this.b = c16297nH;
}
/* renamed from: o.hI$RVV */
/* loaded from: classes3.dex */
public static final class RVV extends AbstractC14961gcz implements InterfaceC14894gbR<List<? extends BmP>, List<? extends GW>> {
private C15626hI e;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ List<? extends GW> invoke(List<? extends BmP> list) {
ArrayList arrayList;
List<? extends BmP> list2 = list;
C14957gcv.e(list2, "");
List<? extends BmP> list3 = list2;
C15626hI c15626hI = this.e;
C14957gcv.e(list3, "");
ArrayList arrayList2 = new ArrayList(list3 instanceof Collection ? list3.size() : 10);
for (BmP bmP : list3) {
C16297nH c16297nH = c15626hI.b;
C14957gcv.e(bmP, "");
GW gw = new GW((byte) 0);
gw.b = bmP.e;
gw.c = bmP.b;
List<rJD> list4 = bmP.c;
if (list4 != null) {
List<rJD> list5 = list4;
C14957gcv.e(list5, "");
ArrayList arrayList3 = new ArrayList(list5 instanceof Collection ? list5.size() : 10);
Iterator<T> it = list5.iterator();
while (it.hasNext()) {
arrayList3.add(C16297nH.d(bmP.b, (rJD) it.next()));
}
arrayList = arrayList3;
} else {
arrayList = null;
}
gw.a = arrayList;
arrayList2.add(gw);
}
return arrayList2;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public RVV(C15626hI c15626hI) {
super(1);
this.e = c15626hI;
}
}
}