package F1;

/* JADX INFO: renamed from: F1.x, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
final class C0142x {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final Object f660a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final AbstractC0127j f661b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final y1.l f662c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final Object f663d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final Throwable f664e;

    public C0142x(Object obj, AbstractC0127j abstractC0127j, y1.l lVar, Object obj2, Throwable th) {
        this.f660a = obj;
        this.f661b = abstractC0127j;
        this.f662c = lVar;
        this.f663d = obj2;
        this.f664e = th;
    }

    public static /* synthetic */ C0142x b(C0142x c0142x, Object obj, AbstractC0127j abstractC0127j, y1.l lVar, Object obj2, Throwable th, int i2, Object obj3) {
        if ((i2 & 1) != 0) {
            obj = c0142x.f660a;
        }
        if ((i2 & 2) != 0) {
            abstractC0127j = c0142x.f661b;
        }
        AbstractC0127j abstractC0127j2 = abstractC0127j;
        if ((i2 & 4) != 0) {
            lVar = c0142x.f662c;
        }
        y1.l lVar2 = lVar;
        if ((i2 & 8) != 0) {
            obj2 = c0142x.f663d;
        }
        Object obj4 = obj2;
        if ((i2 & 16) != 0) {
            th = c0142x.f664e;
        }
        return c0142x.a(obj, abstractC0127j2, lVar2, obj4, th);
    }

    public final C0142x a(Object obj, AbstractC0127j abstractC0127j, y1.l lVar, Object obj2, Throwable th) {
        return new C0142x(obj, abstractC0127j, lVar, obj2, th);
    }

    public final boolean c() {
        return this.f664e != null;
    }

    public final void d(C0132m c0132m, Throwable th) {
        AbstractC0127j abstractC0127j = this.f661b;
        if (abstractC0127j != null) {
            c0132m.j(abstractC0127j, th);
        }
        y1.l lVar = this.f662c;
        if (lVar == null) {
            return;
        }
        c0132m.l(lVar, th);
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0142x)) {
            return false;
        }
        C0142x c0142x = (C0142x) obj;
        return kotlin.jvm.internal.l.a(this.f660a, c0142x.f660a) && kotlin.jvm.internal.l.a(this.f661b, c0142x.f661b) && kotlin.jvm.internal.l.a(this.f662c, c0142x.f662c) && kotlin.jvm.internal.l.a(this.f663d, c0142x.f663d) && kotlin.jvm.internal.l.a(this.f664e, c0142x.f664e);
    }

    public int hashCode() {
        Object obj = this.f660a;
        int iHashCode = (obj == null ? 0 : obj.hashCode()) * 31;
        AbstractC0127j abstractC0127j = this.f661b;
        int iHashCode2 = (iHashCode + (abstractC0127j == null ? 0 : abstractC0127j.hashCode())) * 31;
        y1.l lVar = this.f662c;
        int iHashCode3 = (iHashCode2 + (lVar == null ? 0 : lVar.hashCode())) * 31;
        Object obj2 = this.f663d;
        int iHashCode4 = (iHashCode3 + (obj2 == null ? 0 : obj2.hashCode())) * 31;
        Throwable th = this.f664e;
        return iHashCode4 + (th != null ? th.hashCode() : 0);
    }

    public String toString() {
        return "CompletedContinuation(result=" + this.f660a + ", cancelHandler=" + this.f661b + ", onCancellation=" + this.f662c + ", idempotentResume=" + this.f663d + ", cancelCause=" + this.f664e + ')';
    }

    public /* synthetic */ C0142x(Object obj, AbstractC0127j abstractC0127j, y1.l lVar, Object obj2, Throwable th, int i2, kotlin.jvm.internal.g gVar) {
        this(obj, (i2 & 2) != 0 ? null : abstractC0127j, (i2 & 4) != 0 ? null : lVar, (i2 & 8) != 0 ? null : obj2, (i2 & 16) != 0 ? null : th);
    }
}
