package com.google.android.gms.internal.ads;

import java.util.ArrayList;

/* JADX INFO: loaded from: classes2.dex */
public final /* synthetic */ class u21 implements mq1 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final /* synthetic */ u21 f17067a = new u21();

    @Override // com.google.android.gms.internal.ads.mq1
    public final /* synthetic */ Object apply(Object obj) {
        ArrayList arrayList = (ArrayList) obj;
        if (true == arrayList.isEmpty()) {
            arrayList = null;
        }
        return new w21(arrayList);
    }
}
