what-the-bank/sources/o/C13324fXW.java

62 lines
1.7 KiB
Java

package o;
/* renamed from: o.fXW, reason: case insensitive filesystem */
/* loaded from: classes6.dex */
public final class C13324fXW<T> extends AbstractC13175fSw<T> {
private fSQ<? super fSJ> d;
private fSD<T> e;
public C13324fXW(fSD<T> fsd, fSQ<? super fSJ> fsq) {
this.e = fsd;
this.d = fsq;
}
@Override // o.AbstractC13175fSw
public final void e(InterfaceC13176fSx<? super T> interfaceC13176fSx) {
this.e.c(new RVV(interfaceC13176fSx, this.d));
}
/* renamed from: o.fXW$RVV */
/* loaded from: classes6.dex */
static final class RVV<T> implements InterfaceC13176fSx<T> {
private InterfaceC13176fSx<? super T> a;
private boolean c;
private fSQ<? super fSJ> e;
RVV(InterfaceC13176fSx<? super T> interfaceC13176fSx, fSQ<? super fSJ> fsq) {
this.a = interfaceC13176fSx;
this.e = fsq;
}
@Override // o.InterfaceC13176fSx
public final void onSubscribe(fSJ fsj) {
try {
this.e.c(fsj);
this.a.onSubscribe(fsj);
} catch (Throwable th) {
C13147fSI.c(th);
this.c = true;
fsj.dispose();
EnumC13195fTi.c(th, this.a);
}
}
@Override // o.InterfaceC13176fSx
public final void e(T t) {
if (this.c) {
return;
}
this.a.e(t);
}
@Override // o.InterfaceC13176fSx
public final void onError(Throwable th) {
if (this.c) {
C13418fZu.c(th);
} else {
this.a.onError(th);
}
}
}
}