22 lines
479 B
Java
22 lines
479 B
Java
package o;
|
|
|
|
/* loaded from: classes6.dex */
|
|
public final class fTK<T> extends AbstractC13181fTD<T> {
|
|
@Override // o.InterfaceC13174fSv
|
|
public final void onNext(T t) {
|
|
if (this.b == null) {
|
|
this.b = t;
|
|
this.e.dispose();
|
|
countDown();
|
|
}
|
|
}
|
|
|
|
@Override // o.InterfaceC13174fSv
|
|
public final void onError(Throwable th) {
|
|
if (this.b == null) {
|
|
this.d = th;
|
|
}
|
|
countDown();
|
|
}
|
|
}
|