package j0; import rx.Subscription; /* compiled from: CompletableSubscriber */ public interface e { void a(Subscription subscription); void onCompleted(); void onError(Throwable th); }