package j0.n; import j0.g; import rx.Subscriber; /* compiled from: Subscribers */ public final class d extends Subscriber { public final /* synthetic */ g i; public d(g gVar) { this.i = gVar; } @Override // j0.g public void onCompleted() { this.i.onCompleted(); } @Override // j0.g public void onError(Throwable th) { this.i.onError(th); } @Override // j0.g public void onNext(T t) { this.i.onNext(t); } }