package g.a;

/* JADX INFO: compiled from: CompletionState.kt */
/* JADX INFO: loaded from: classes.dex */
public final class u {
    public final Object a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final f.z.c.l<Throwable, f.t> f4151b;

    /* JADX WARN: Multi-variable type inference failed */
    public u(Object obj, f.z.c.l<? super Throwable, f.t> lVar) {
        this.a = obj;
        this.f4151b = lVar;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof u)) {
            return false;
        }
        u uVar = (u) obj;
        return f.z.d.k.a(this.a, uVar.a) && f.z.d.k.a(this.f4151b, uVar.f4151b);
    }

    public int hashCode() {
        Object obj = this.a;
        return ((obj == null ? 0 : obj.hashCode()) * 31) + this.f4151b.hashCode();
    }

    public String toString() {
        return "CompletedWithCancellation(result=" + this.a + ", onCancellation=" + this.f4151b + ')';
    }
}
