package V4;

import java.util.concurrent.CancellationException;

/* JADX INFO: renamed from: V4.v, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final class C0783v {

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final J4.f f8341c;

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

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

    public C0783v(Object obj, InterfaceC0768k interfaceC0768k, J4.f fVar, Object obj2, Throwable th) {
        this.f8339a = obj;
        this.f8340b = interfaceC0768k;
        this.f8341c = fVar;
        this.f8342d = obj2;
        this.f8343e = th;
    }

    public static C0783v a(C0783v c0783v, InterfaceC0768k interfaceC0768k, CancellationException cancellationException, int i6) {
        Object obj = c0783v.f8339a;
        if ((i6 & 2) != 0) {
            interfaceC0768k = c0783v.f8340b;
        }
        InterfaceC0768k interfaceC0768k2 = interfaceC0768k;
        J4.f fVar = c0783v.f8341c;
        Object obj2 = c0783v.f8342d;
        Throwable th = cancellationException;
        if ((i6 & 16) != 0) {
            th = c0783v.f8343e;
        }
        c0783v.getClass();
        return new C0783v(obj, interfaceC0768k2, fVar, obj2, th);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0783v)) {
            return false;
        }
        C0783v c0783v = (C0783v) obj;
        return kotlin.jvm.internal.o.c(this.f8339a, c0783v.f8339a) && kotlin.jvm.internal.o.c(this.f8340b, c0783v.f8340b) && kotlin.jvm.internal.o.c(this.f8341c, c0783v.f8341c) && kotlin.jvm.internal.o.c(this.f8342d, c0783v.f8342d) && kotlin.jvm.internal.o.c(this.f8343e, c0783v.f8343e);
    }

    public final int hashCode() {
        Object obj = this.f8339a;
        int iHashCode = (obj == null ? 0 : obj.hashCode()) * 31;
        InterfaceC0768k interfaceC0768k = this.f8340b;
        int iHashCode2 = (iHashCode + (interfaceC0768k == null ? 0 : interfaceC0768k.hashCode())) * 31;
        J4.f fVar = this.f8341c;
        int iHashCode3 = (iHashCode2 + (fVar == null ? 0 : fVar.hashCode())) * 31;
        Object obj2 = this.f8342d;
        int iHashCode4 = (iHashCode3 + (obj2 == null ? 0 : obj2.hashCode())) * 31;
        Throwable th = this.f8343e;
        return iHashCode4 + (th != null ? th.hashCode() : 0);
    }

    public final String toString() {
        return "CompletedContinuation(result=" + this.f8339a + ", cancelHandler=" + this.f8340b + ", onCancellation=" + this.f8341c + ", idempotentResume=" + this.f8342d + ", cancelCause=" + this.f8343e + ')';
    }

    public /* synthetic */ C0783v(Object obj, InterfaceC0768k interfaceC0768k, J4.f fVar, CancellationException cancellationException, int i6) {
        this(obj, (i6 & 2) != 0 ? null : interfaceC0768k, (i6 & 4) != 0 ? null : fVar, (Object) null, (i6 & 16) != 0 ? null : cancellationException);
    }
}
