package androidx.navigation;

/* JADX INFO: loaded from: classes.dex */
public final class A extends kotlin.jvm.internal.p implements J4.c {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f12637a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ C1149y f12638b;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public /* synthetic */ A(C1149y c1149y, int i6) {
        super(1);
        this.f12637a = i6;
        this.f12638b = c1149y;
    }

    @Override // J4.c
    public final Object invoke(Object obj) {
        switch (this.f12637a) {
            case 0:
                String key = (String) obj;
                kotlin.jvm.internal.o.h(key, "key");
                return Boolean.valueOf(!this.f12638b.c().contains(key));
            default:
                String key2 = (String) obj;
                kotlin.jvm.internal.o.h(key2, "key");
                return Boolean.valueOf(!this.f12638b.c().contains(key2));
        }
    }
}
