SchedulerWhen$1.smali 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .class Lio/reactivex/internal/schedulers/SchedulerWhen$1;
  2. .super Ljava/lang/Object;
  3. .source "SchedulerWhen.java"
  4. # interfaces
  5. .implements Lio/reactivex/functions/Function;
  6. # annotations
  7. .annotation system Ldalvik/annotation/EnclosingMethod;
  8. value = Lio/reactivex/internal/schedulers/SchedulerWhen;->createWorker()Lio/reactivex/Scheduler$Worker;
  9. .end annotation
  10. .annotation system Ldalvik/annotation/InnerClass;
  11. accessFlags = 0x0
  12. name = null
  13. .end annotation
  14. .annotation system Ldalvik/annotation/Signature;
  15. value = {
  16. "Ljava/lang/Object;",
  17. "Lio/reactivex/functions/Function<",
  18. "Lio/reactivex/internal/schedulers/SchedulerWhen$ScheduledAction;",
  19. "Lio/reactivex/Completable;",
  20. ">;"
  21. }
  22. .end annotation
  23. # instance fields
  24. .field final synthetic this$0:Lio/reactivex/internal/schedulers/SchedulerWhen;
  25. .field final synthetic val$actualWorker:Lio/reactivex/Scheduler$Worker;
  26. # direct methods
  27. .method constructor <init>(Lio/reactivex/internal/schedulers/SchedulerWhen;Lio/reactivex/Scheduler$Worker;)V
  28. .locals 0
  29. .line 139
  30. iput-object p1, p0, Lio/reactivex/internal/schedulers/SchedulerWhen$1;->this$0:Lio/reactivex/internal/schedulers/SchedulerWhen;
  31. iput-object p2, p0, Lio/reactivex/internal/schedulers/SchedulerWhen$1;->val$actualWorker:Lio/reactivex/Scheduler$Worker;
  32. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  33. return-void
  34. .end method
  35. # virtual methods
  36. .method public apply(Lio/reactivex/internal/schedulers/SchedulerWhen$ScheduledAction;)Lio/reactivex/Completable;
  37. .locals 1
  38. .line 142
  39. new-instance v0, Lio/reactivex/internal/schedulers/SchedulerWhen$1$1;
  40. invoke-direct {v0, p0, p1}, Lio/reactivex/internal/schedulers/SchedulerWhen$1$1;-><init>(Lio/reactivex/internal/schedulers/SchedulerWhen$1;Lio/reactivex/internal/schedulers/SchedulerWhen$ScheduledAction;)V
  41. return-object v0
  42. .end method
  43. .method public bridge synthetic apply(Ljava/lang/Object;)Ljava/lang/Object;
  44. .locals 0
  45. .annotation system Ldalvik/annotation/Throws;
  46. value = {
  47. Ljava/lang/Exception;
  48. }
  49. .end annotation
  50. .line 139
  51. check-cast p1, Lio/reactivex/internal/schedulers/SchedulerWhen$ScheduledAction;
  52. invoke-virtual {p0, p1}, Lio/reactivex/internal/schedulers/SchedulerWhen$1;->apply(Lio/reactivex/internal/schedulers/SchedulerWhen$ScheduledAction;)Lio/reactivex/Completable;
  53. move-result-object p1
  54. return-object p1
  55. .end method