33 lines
1.2 KiB
Java
33 lines
1.2 KiB
Java
|
package com.airbnb.deeplinkdispatch;
|
||
|
|
||
|
import java.util.ArrayList;
|
||
|
import java.util.Iterator;
|
||
|
import java.util.List;
|
||
|
import o.AbstractC14961gcz;
|
||
|
import o.C14881gav;
|
||
|
import o.InterfaceC14890gbN;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class BaseDeepLinkDelegate$allDeepLinkEntries$2 extends AbstractC14961gcz implements InterfaceC14890gbN<List<? extends DeepLinkEntry>> {
|
||
|
final BaseDeepLinkDelegate this$0;
|
||
|
|
||
|
@Override // o.InterfaceC14890gbN
|
||
|
public final List<? extends DeepLinkEntry> invoke() {
|
||
|
List<BaseRegistry> registries = this.this$0.getRegistries();
|
||
|
ArrayList arrayList = new ArrayList();
|
||
|
Iterator<T> it = registries.iterator();
|
||
|
while (it.hasNext()) {
|
||
|
C14881gav.d(arrayList, ((BaseRegistry) it.next()).getAllEntries());
|
||
|
}
|
||
|
return arrayList;
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public BaseDeepLinkDelegate$allDeepLinkEntries$2(BaseDeepLinkDelegate baseDeepLinkDelegate) {
|
||
|
super(0);
|
||
|
this.this$0 = baseDeepLinkDelegate;
|
||
|
}
|
||
|
}
|