package c;

import java.io.Serializable;
import org.eclipse.paho.android.service.MqttServiceConstants;

/* JADX INFO: compiled from: Result.kt */
/* JADX INFO: loaded from: classes.dex */
public final class e<T> implements Serializable {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final a f1415b = new a(null);

    /* JADX INFO: compiled from: Result.kt */
    public static final class a {
        private a() {
        }

        public /* synthetic */ a(c.q.d.g gVar) {
            this();
        }
    }

    /* JADX INFO: compiled from: Result.kt */
    public static final class b implements Serializable {

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

        public b(Throwable th) {
            c.q.d.j.c(th, MqttServiceConstants.TRACE_EXCEPTION);
            this.f1416b = th;
        }

        public boolean equals(Object obj) {
            return (obj instanceof b) && c.q.d.j.a(this.f1416b, ((b) obj).f1416b);
        }

        public int hashCode() {
            return this.f1416b.hashCode();
        }

        public String toString() {
            return "Failure(" + this.f1416b + ')';
        }
    }

    public static Object a(Object obj) {
        return obj;
    }
}
