package F1;

import java.util.concurrent.CancellationException;
import q1.g;

/* JADX INFO: loaded from: classes.dex */
public interface n0 extends g.b {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final b f630a = b.f631b;

    public static final class a {
        public static /* synthetic */ void a(n0 n0Var, CancellationException cancellationException, int i2, Object obj) {
            if (obj != null) {
                throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: cancel");
            }
            if ((i2 & 1) != 0) {
                cancellationException = null;
            }
            n0Var.s(cancellationException);
        }

        public static Object b(n0 n0Var, Object obj, y1.p pVar) {
            return g.b.a.a(n0Var, obj, pVar);
        }

        public static g.b c(n0 n0Var, g.c cVar) {
            return g.b.a.b(n0Var, cVar);
        }

        public static /* synthetic */ X d(n0 n0Var, boolean z2, boolean z3, y1.l lVar, int i2, Object obj) {
            if (obj != null) {
                throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: invokeOnCompletion");
            }
            if ((i2 & 1) != 0) {
                z2 = false;
            }
            if ((i2 & 2) != 0) {
                z3 = true;
            }
            return n0Var.m(z2, z3, lVar);
        }

        public static q1.g e(n0 n0Var, g.c cVar) {
            return g.b.a.c(n0Var, cVar);
        }

        public static q1.g f(n0 n0Var, q1.g gVar) {
            return g.b.a.d(n0Var, gVar);
        }
    }

    public static final class b implements g.c {

        /* JADX INFO: renamed from: b, reason: collision with root package name */
        static final /* synthetic */ b f631b = new b();

        private b() {
        }
    }

    CancellationException e();

    boolean isActive();

    X m(boolean z2, boolean z3, y1.l lVar);

    void s(CancellationException cancellationException);

    boolean start();

    InterfaceC0136q t(InterfaceC0137s interfaceC0137s);
}
