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

import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.Lambda;
import kotlin.reflect.w.internal.y0.n.b2.k;
import kotlin.reflect.w.internal.y0.n.b2.p;

/* JADX INFO: loaded from: classes2.dex */
public final class f extends Lambda implements Function0<Boolean> {

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

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    public final /* synthetic */ p f8915m;

    /* JADX INFO: renamed from: n, reason: collision with root package name */
    public final /* synthetic */ k f8916n;

    /* JADX INFO: renamed from: o, reason: collision with root package name */
    public final /* synthetic */ k f8917o;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public f(d1 d1Var, p pVar, k kVar, k kVar2) {
        super(0);
        this.f8914f = d1Var;
        this.f8915m = pVar;
        this.f8916n = kVar;
        this.f8917o = kVar2;
    }

    @Override // kotlin.jvm.functions.Function0
    public Boolean invoke() {
        return Boolean.valueOf(h.a.h(this.f8914f, this.f8915m.o(this.f8916n), this.f8917o));
    }
}
