package kotlin.reflect.w.internal.y0.n;

import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.Lambda;
import kotlin.jvm.internal.o;

/* JADX INFO: loaded from: classes2.dex */
public final class j extends Lambda implements Function1<e1, Iterable<? extends h0>> {

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final /* synthetic */ i f8957f;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public j(i iVar) {
        super(1);
        this.f8957f = iVar;
    }

    @Override // kotlin.jvm.functions.Function1
    public Iterable<? extends h0> invoke(e1 e1Var) {
        e1 e1Var2 = e1Var;
        o.f(e1Var2, "it");
        return i.i(this.f8957f, e1Var2, false);
    }
}
