44 lines
1.2 KiB
Java
44 lines
1.2 KiB
Java
package o;
|
|
|
|
import java.util.concurrent.Executor;
|
|
|
|
/* renamed from: o.gYs, reason: case insensitive filesystem */
|
|
/* loaded from: classes2.dex */
|
|
public final class C14845gYs<TResult> implements nRk<TResult> {
|
|
final Object a = new Object();
|
|
IHX<TResult> c;
|
|
private Executor e;
|
|
|
|
@Override // o.nRk
|
|
public final void b(HiE<TResult> hiE) {
|
|
if (!hiE.b() || hiE.d()) {
|
|
return;
|
|
}
|
|
this.e.execute(new Runnable(this, hiE) { // from class: o.gYs.4
|
|
private HiE d;
|
|
private C14845gYs e;
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
synchronized (this.e.a) {
|
|
if (this.e.c != null) {
|
|
this.e.c.onSuccess(this.d.c());
|
|
}
|
|
}
|
|
}
|
|
|
|
{
|
|
this.e = this;
|
|
this.d = hiE;
|
|
}
|
|
});
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public C14845gYs(Executor executor, IHX<TResult> ihx) {
|
|
this.c = ihx;
|
|
this.e = executor;
|
|
}
|
|
}
|