55 lines
1.5 KiB
Java
55 lines
1.5 KiB
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.fYp, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes6.dex */
|
||
|
public final class C13377fYp<T> extends AbstractC13163fSk<T> {
|
||
|
private fSD<? extends T> a;
|
||
|
|
||
|
public C13377fYp(fSD<? extends T> fsd) {
|
||
|
this.a = fsd;
|
||
|
}
|
||
|
|
||
|
public static <T> InterfaceC13176fSx<T> e(InterfaceC13174fSv<? super T> interfaceC13174fSv) {
|
||
|
return new HBt(interfaceC13174fSv);
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.fYp$HBt */
|
||
|
/* loaded from: classes6.dex */
|
||
|
static final class HBt<T> extends fTO<T> implements InterfaceC13176fSx<T> {
|
||
|
private fSJ b;
|
||
|
|
||
|
HBt(InterfaceC13174fSv<? super T> interfaceC13174fSv) {
|
||
|
super(interfaceC13174fSv);
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC13176fSx
|
||
|
public final void onSubscribe(fSJ fsj) {
|
||
|
if (EnumC13192fTf.d(this.b, fsj)) {
|
||
|
this.b = fsj;
|
||
|
this.c.onSubscribe(this);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC13176fSx
|
||
|
public final void e(T t) {
|
||
|
d(t);
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC13176fSx
|
||
|
public final void onError(Throwable th) {
|
||
|
e(th);
|
||
|
}
|
||
|
|
||
|
@Override // o.fTO, o.fSJ
|
||
|
public final void dispose() {
|
||
|
super.dispose();
|
||
|
this.b.dispose();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.AbstractC13163fSk
|
||
|
public final void subscribeActual(InterfaceC13174fSv<? super T> interfaceC13174fSv) {
|
||
|
this.a.c(new HBt(interfaceC13174fSv));
|
||
|
}
|
||
|
}
|