package j0; /* compiled from: Observer */ public interface g { void onCompleted(); void onError(Throwable th); void onNext(T t); }