package p060t1; import p006b1.C0484l; import p036l1.InterfaceC1432l; import p039m1.C1470g; /* renamed from: t1.p */ /* loaded from: classes.dex */ public final class C1705p { /* renamed from: a */ public final Object f3940a; /* renamed from: b */ public final InterfaceC1432l f3941b; /* JADX WARN: Multi-variable type inference failed */ public C1705p(Object obj, InterfaceC1432l interfaceC1432l) { this.f3940a = obj; this.f3941b = interfaceC1432l; } public boolean equals(Object obj) { if (this == obj) { return true; } if (obj instanceof C1705p) { C1705p c1705p = (C1705p) obj; return C1470g.m1296a(this.f3940a, c1705p.f3940a) && C1470g.m1296a(this.f3941b, c1705p.f3941b); } return false; } public int hashCode() { Object obj = this.f3940a; return ((obj == null ? 0 : obj.hashCode()) * 31) + this.f3941b.hashCode(); } public String toString() { return "CompletedWithCancellation(result=" + this.f3940a + ", onCancellation=" + this.f3941b + ')'; } }