67 lines
1.8 KiB
Java
67 lines
1.8 KiB
Java
|
package o;
|
||
|
|
||
|
import java.util.concurrent.atomic.AtomicReference;
|
||
|
|
||
|
/* renamed from: o.fUr, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes6.dex */
|
||
|
public final class C13239fUr extends fRY {
|
||
|
private fRZ a;
|
||
|
private AbstractC13173fSu d;
|
||
|
|
||
|
public C13239fUr(fRZ frz, AbstractC13173fSu abstractC13173fSu) {
|
||
|
this.a = frz;
|
||
|
this.d = abstractC13173fSu;
|
||
|
}
|
||
|
|
||
|
@Override // o.fRY
|
||
|
public final void c(InterfaceC13154fSb interfaceC13154fSb) {
|
||
|
IeS ieS = new IeS(interfaceC13154fSb, this.a);
|
||
|
interfaceC13154fSb.onSubscribe(ieS);
|
||
|
EnumC13192fTf.c(ieS.e, this.d.a(ieS));
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.fUr$IeS */
|
||
|
/* loaded from: classes6.dex */
|
||
|
static final class IeS extends AtomicReference<fSJ> implements InterfaceC13154fSb, fSJ, Runnable {
|
||
|
private InterfaceC13154fSb a;
|
||
|
private fRZ d;
|
||
|
final C13197fTk e = new C13197fTk();
|
||
|
|
||
|
IeS(InterfaceC13154fSb interfaceC13154fSb, fRZ frz) {
|
||
|
this.a = interfaceC13154fSb;
|
||
|
this.d = frz;
|
||
|
}
|
||
|
|
||
|
@Override // java.lang.Runnable
|
||
|
public final void run() {
|
||
|
this.d.e(this);
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC13154fSb
|
||
|
public final void onSubscribe(fSJ fsj) {
|
||
|
EnumC13192fTf.a(this, fsj);
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC13154fSb
|
||
|
public final void onError(Throwable th) {
|
||
|
this.a.onError(th);
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC13154fSb
|
||
|
public final void onComplete() {
|
||
|
this.a.onComplete();
|
||
|
}
|
||
|
|
||
|
@Override // o.fSJ
|
||
|
public final void dispose() {
|
||
|
EnumC13192fTf.e(this);
|
||
|
this.e.dispose();
|
||
|
}
|
||
|
|
||
|
@Override // o.fSJ
|
||
|
public final boolean isDisposed() {
|
||
|
return EnumC13192fTf.c(get());
|
||
|
}
|
||
|
}
|
||
|
}
|