Functions$FutureAction.smali 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .class final Lio/reactivex/internal/functions/Functions$FutureAction;
  2. .super Ljava/lang/Object;
  3. .source "Functions.java"
  4. # interfaces
  5. .implements Lio/reactivex/functions/Action;
  6. # annotations
  7. .annotation system Ldalvik/annotation/EnclosingClass;
  8. value = Lio/reactivex/internal/functions/Functions;
  9. .end annotation
  10. .annotation system Ldalvik/annotation/InnerClass;
  11. accessFlags = 0x18
  12. name = "FutureAction"
  13. .end annotation
  14. # instance fields
  15. .field final future:Ljava/util/concurrent/Future;
  16. .annotation system Ldalvik/annotation/Signature;
  17. value = {
  18. "Ljava/util/concurrent/Future<",
  19. "*>;"
  20. }
  21. .end annotation
  22. .end field
  23. # direct methods
  24. .method constructor <init>(Ljava/util/concurrent/Future;)V
  25. .locals 0
  26. .annotation system Ldalvik/annotation/Signature;
  27. value = {
  28. "(",
  29. "Ljava/util/concurrent/Future<",
  30. "*>;)V"
  31. }
  32. .end annotation
  33. .line 283
  34. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  35. .line 284
  36. iput-object p1, p0, Lio/reactivex/internal/functions/Functions$FutureAction;->future:Ljava/util/concurrent/Future;
  37. return-void
  38. .end method
  39. # virtual methods
  40. .method public run()V
  41. .locals 1
  42. .annotation system Ldalvik/annotation/Throws;
  43. value = {
  44. Ljava/lang/Exception;
  45. }
  46. .end annotation
  47. .line 289
  48. iget-object v0, p0, Lio/reactivex/internal/functions/Functions$FutureAction;->future:Ljava/util/concurrent/Future;
  49. invoke-interface {v0}, Ljava/util/concurrent/Future;->get()Ljava/lang/Object;
  50. return-void
  51. .end method