63 lines
1.7 KiB
Java
63 lines
1.7 KiB
Java
package o;
|
|
|
|
/* renamed from: o.fUE, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public final class C13214fUE<T> extends AbstractC13163fSk<T> {
|
|
private InterfaceC13160fSh<T> a;
|
|
|
|
public C13214fUE(InterfaceC13160fSh<T> interfaceC13160fSh) {
|
|
this.a = interfaceC13160fSh;
|
|
}
|
|
|
|
public static <T> InterfaceC13161fSi<T> e(InterfaceC13174fSv<? super T> interfaceC13174fSv) {
|
|
return new HBt(interfaceC13174fSv);
|
|
}
|
|
|
|
/* renamed from: o.fUE$HBt */
|
|
/* loaded from: classes6.dex */
|
|
static final class HBt<T> extends fTO<T> implements InterfaceC13161fSi<T> {
|
|
private fSJ d;
|
|
|
|
HBt(InterfaceC13174fSv<? super T> interfaceC13174fSv) {
|
|
super(interfaceC13174fSv);
|
|
}
|
|
|
|
@Override // o.InterfaceC13161fSi
|
|
public final void onSubscribe(fSJ fsj) {
|
|
if (EnumC13192fTf.d(this.d, fsj)) {
|
|
this.d = fsj;
|
|
this.c.onSubscribe(this);
|
|
}
|
|
}
|
|
|
|
@Override // o.InterfaceC13161fSi
|
|
public final void e(T t) {
|
|
d(t);
|
|
}
|
|
|
|
@Override // o.InterfaceC13161fSi
|
|
public final void onError(Throwable th) {
|
|
e(th);
|
|
}
|
|
|
|
@Override // o.fTO, o.fSJ
|
|
public final void dispose() {
|
|
super.dispose();
|
|
this.d.dispose();
|
|
}
|
|
|
|
@Override // o.InterfaceC13161fSi
|
|
public final void onComplete() {
|
|
if ((get() & 54) == 0) {
|
|
lazySet(2);
|
|
this.c.onComplete();
|
|
}
|
|
}
|
|
}
|
|
|
|
@Override // o.AbstractC13163fSk
|
|
public final void subscribeActual(InterfaceC13174fSv<? super T> interfaceC13174fSv) {
|
|
this.a.c(new HBt(interfaceC13174fSv));
|
|
}
|
|
}
|