59 lines
1.6 KiB
Java
59 lines
1.6 KiB
Java
package o;
|
|
|
|
/* renamed from: o.fWm, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public final class C13304fWm<T> extends fUX<T, T> {
|
|
public C13304fWm(InterfaceC13169fSq<T> interfaceC13169fSq) {
|
|
super(interfaceC13169fSq);
|
|
}
|
|
|
|
@Override // o.AbstractC13163fSk
|
|
public final void subscribeActual(InterfaceC13174fSv<? super T> interfaceC13174fSv) {
|
|
this.c.subscribe(new IeS(interfaceC13174fSv));
|
|
}
|
|
|
|
/* renamed from: o.fWm$IeS */
|
|
/* loaded from: classes6.dex */
|
|
static final class IeS<T> implements InterfaceC13174fSv<T>, fSJ {
|
|
private fSJ b;
|
|
private InterfaceC13174fSv<? super T> c;
|
|
|
|
IeS(InterfaceC13174fSv<? super T> interfaceC13174fSv) {
|
|
this.c = interfaceC13174fSv;
|
|
}
|
|
|
|
@Override // o.fSJ
|
|
public final void dispose() {
|
|
this.b.dispose();
|
|
}
|
|
|
|
@Override // o.fSJ
|
|
public final boolean isDisposed() {
|
|
return this.b.isDisposed();
|
|
}
|
|
|
|
@Override // o.InterfaceC13174fSv
|
|
public final void onSubscribe(fSJ fsj) {
|
|
if (EnumC13192fTf.d(this.b, fsj)) {
|
|
this.b = fsj;
|
|
this.c.onSubscribe(this);
|
|
}
|
|
}
|
|
|
|
@Override // o.InterfaceC13174fSv
|
|
public final void onNext(T t) {
|
|
this.c.onNext(t);
|
|
}
|
|
|
|
@Override // o.InterfaceC13174fSv
|
|
public final void onError(Throwable th) {
|
|
this.c.onError(th);
|
|
}
|
|
|
|
@Override // o.InterfaceC13174fSv
|
|
public final void onComplete() {
|
|
this.c.onComplete();
|
|
}
|
|
}
|
|
}
|