You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.1 KiB
42 lines
1.1 KiB
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<Throwable, C0484l> f3941b;
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public C1705p(Object obj, InterfaceC1432l<? super Throwable, C0484l> 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 + ')';
|
|
}
|
|
} |