40 lines
930 B
Java
40 lines
930 B
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.guA, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes6.dex */
|
||
|
public final class C15567guA<T> implements InterfaceC13174fSv<T> {
|
||
|
private final InterfaceC13168fSp<T> d;
|
||
|
|
||
|
@Override // o.InterfaceC13174fSv
|
||
|
public final void onSubscribe(fSJ fsj) {
|
||
|
}
|
||
|
|
||
|
public C15567guA(InterfaceC13168fSp<T> interfaceC13168fSp) {
|
||
|
this.d = interfaceC13168fSp;
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC13174fSv
|
||
|
public final void onNext(T t) {
|
||
|
if (this.d.isDisposed()) {
|
||
|
return;
|
||
|
}
|
||
|
this.d.e(t);
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC13174fSv
|
||
|
public final void onError(Throwable th) {
|
||
|
if (this.d.isDisposed()) {
|
||
|
return;
|
||
|
}
|
||
|
this.d.c(th);
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC13174fSv
|
||
|
public final void onComplete() {
|
||
|
if (this.d.isDisposed()) {
|
||
|
return;
|
||
|
}
|
||
|
this.d.c();
|
||
|
}
|
||
|
}
|