66 lines
1.8 KiB
Java
66 lines
1.8 KiB
Java
package o;
|
|
|
|
/* renamed from: o.fYa, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public final class C13362fYa<T> extends AbstractC13175fSw<T> {
|
|
private fSD<T> a;
|
|
private fSQ<? super T> c;
|
|
|
|
public C13362fYa(fSD<T> fsd, fSQ<? super T> fsq) {
|
|
this.a = fsd;
|
|
this.c = fsq;
|
|
}
|
|
|
|
@Override // o.AbstractC13175fSw
|
|
public final void e(InterfaceC13176fSx<? super T> interfaceC13176fSx) {
|
|
this.a.c(new Sts(interfaceC13176fSx, this.c));
|
|
}
|
|
|
|
/* renamed from: o.fYa$Sts */
|
|
/* loaded from: classes6.dex */
|
|
static final class Sts<T> implements InterfaceC13176fSx<T>, fSJ {
|
|
private fSJ a;
|
|
private InterfaceC13176fSx<? super T> c;
|
|
private fSQ<? super T> d;
|
|
|
|
Sts(InterfaceC13176fSx<? super T> interfaceC13176fSx, fSQ<? super T> fsq) {
|
|
this.c = interfaceC13176fSx;
|
|
this.d = fsq;
|
|
}
|
|
|
|
@Override // o.InterfaceC13176fSx
|
|
public final void onSubscribe(fSJ fsj) {
|
|
if (EnumC13192fTf.d(this.a, fsj)) {
|
|
this.a = fsj;
|
|
this.c.onSubscribe(this);
|
|
}
|
|
}
|
|
|
|
@Override // o.InterfaceC13176fSx
|
|
public final void e(T t) {
|
|
this.c.e(t);
|
|
try {
|
|
this.d.c(t);
|
|
} catch (Throwable th) {
|
|
C13147fSI.c(th);
|
|
C13418fZu.c(th);
|
|
}
|
|
}
|
|
|
|
@Override // o.InterfaceC13176fSx
|
|
public final void onError(Throwable th) {
|
|
this.c.onError(th);
|
|
}
|
|
|
|
@Override // o.fSJ
|
|
public final void dispose() {
|
|
this.a.dispose();
|
|
}
|
|
|
|
@Override // o.fSJ
|
|
public final boolean isDisposed() {
|
|
return this.a.isDisposed();
|
|
}
|
|
}
|
|
}
|