SingleEmitter.smali 816 B

123456789101112131415161718192021222324252627282930313233343536
  1. .class public interface abstract Lio/reactivex/SingleEmitter;
  2. .super Ljava/lang/Object;
  3. .source "SingleEmitter.java"
  4. # annotations
  5. .annotation system Ldalvik/annotation/Signature;
  6. value = {
  7. "<T:",
  8. "Ljava/lang/Object;",
  9. ">",
  10. "Ljava/lang/Object;"
  11. }
  12. .end annotation
  13. # virtual methods
  14. .method public abstract isDisposed()Z
  15. .end method
  16. .method public abstract onError(Ljava/lang/Throwable;)V
  17. .end method
  18. .method public abstract onSuccess(Ljava/lang/Object;)V
  19. .annotation system Ldalvik/annotation/Signature;
  20. value = {
  21. "(TT;)V"
  22. }
  23. .end annotation
  24. .end method
  25. .method public abstract setCancellable(Lio/reactivex/functions/Cancellable;)V
  26. .end method
  27. .method public abstract setDisposable(Lio/reactivex/disposables/Disposable;)V
  28. .end method