MaybeEmitter.smali 865 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .class public interface abstract Lio/reactivex/MaybeEmitter;
  2. .super Ljava/lang/Object;
  3. .source "MaybeEmitter.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 onComplete()V
  17. .end method
  18. .method public abstract onError(Ljava/lang/Throwable;)V
  19. .end method
  20. .method public abstract onSuccess(Ljava/lang/Object;)V
  21. .annotation system Ldalvik/annotation/Signature;
  22. value = {
  23. "(TT;)V"
  24. }
  25. .end annotation
  26. .end method
  27. .method public abstract setCancellable(Lio/reactivex/functions/Cancellable;)V
  28. .end method
  29. .method public abstract setDisposable(Lio/reactivex/disposables/Disposable;)V
  30. .end method