40 lines
1.2 KiB
Java
40 lines
1.2 KiB
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.geJ, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class C14999geJ {
|
||
|
public final InterfaceC14894gbR<Throwable, C14866gag> a;
|
||
|
private Object b;
|
||
|
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
public C14999geJ(Object obj, InterfaceC14894gbR<? super Throwable, C14866gag> interfaceC14894gbR) {
|
||
|
this.b = obj;
|
||
|
this.a = interfaceC14894gbR;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
StringBuilder sb = new StringBuilder("CompletedWithCancellation(result=");
|
||
|
sb.append(this.b);
|
||
|
sb.append(", onCancellation=");
|
||
|
sb.append(this.a);
|
||
|
sb.append(')');
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
Object obj = this.b;
|
||
|
return ((obj == null ? 0 : obj.hashCode()) * 31) + this.a.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C14999geJ)) {
|
||
|
return false;
|
||
|
}
|
||
|
C14999geJ c14999geJ = (C14999geJ) obj;
|
||
|
return C14957gcv.b(this.b, c14999geJ.b) && C14957gcv.b(this.a, c14999geJ.a);
|
||
|
}
|
||
|
}
|