52 lines
1.4 KiB
Java
52 lines
1.4 KiB
Java
package o;
|
|
|
|
/* renamed from: o.fYh, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C13369fYh<T> extends AbstractC13175fSw<T> {
|
|
private fSD<T> d;
|
|
final fSQ<? super T> e;
|
|
|
|
public C13369fYh(fSD<T> fsd, fSQ<? super T> fsq) {
|
|
this.d = fsd;
|
|
this.e = fsq;
|
|
}
|
|
|
|
@Override // o.AbstractC13175fSw
|
|
public final void e(InterfaceC13176fSx<? super T> interfaceC13176fSx) {
|
|
this.d.c(new LWm(this, interfaceC13176fSx));
|
|
}
|
|
|
|
/* renamed from: o.fYh$LWm */
|
|
/* loaded from: classes6.dex */
|
|
final class LWm implements InterfaceC13176fSx<T> {
|
|
private InterfaceC13176fSx<? super T> a;
|
|
private C13369fYh d;
|
|
|
|
LWm(C13369fYh c13369fYh, InterfaceC13176fSx<? super T> interfaceC13176fSx) {
|
|
this.d = c13369fYh;
|
|
this.a = interfaceC13176fSx;
|
|
}
|
|
|
|
@Override // o.InterfaceC13176fSx
|
|
public final void onSubscribe(fSJ fsj) {
|
|
this.a.onSubscribe(fsj);
|
|
}
|
|
|
|
@Override // o.InterfaceC13176fSx
|
|
public final void e(T t) {
|
|
try {
|
|
this.d.e.c(t);
|
|
this.a.e(t);
|
|
} catch (Throwable th) {
|
|
C13147fSI.c(th);
|
|
this.a.onError(th);
|
|
}
|
|
}
|
|
|
|
@Override // o.InterfaceC13176fSx
|
|
public final void onError(Throwable th) {
|
|
this.a.onError(th);
|
|
}
|
|
}
|
|
}
|