Functions$19.smali 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .class final Lio/reactivex/internal/functions/Functions$19;
  2. .super Ljava/lang/Object;
  3. .source "Functions.java"
  4. # interfaces
  5. .implements Lio/reactivex/functions/Consumer;
  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 = 0x8
  12. name = null
  13. .end annotation
  14. .annotation system Ldalvik/annotation/Signature;
  15. value = {
  16. "Ljava/lang/Object;",
  17. "Lio/reactivex/functions/Consumer<",
  18. "Lorg/reactivestreams/Subscription;",
  19. ">;"
  20. }
  21. .end annotation
  22. # direct methods
  23. .method constructor <init>()V
  24. .locals 0
  25. .line 642
  26. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  27. return-void
  28. .end method
  29. # virtual methods
  30. .method public bridge synthetic accept(Ljava/lang/Object;)V
  31. .locals 0
  32. .annotation system Ldalvik/annotation/Throws;
  33. value = {
  34. Ljava/lang/Exception;
  35. }
  36. .end annotation
  37. .line 642
  38. check-cast p1, Lorg/reactivestreams/Subscription;
  39. invoke-virtual {p0, p1}, Lio/reactivex/internal/functions/Functions$19;->accept(Lorg/reactivestreams/Subscription;)V
  40. return-void
  41. .end method
  42. .method public accept(Lorg/reactivestreams/Subscription;)V
  43. .locals 2
  44. .annotation system Ldalvik/annotation/Throws;
  45. value = {
  46. Ljava/lang/Exception;
  47. }
  48. .end annotation
  49. const-wide v0, 0x7fffffffffffffffL
  50. .line 645
  51. invoke-interface {p1, v0, v1}, Lorg/reactivestreams/Subscription;->request(J)V
  52. return-void
  53. .end method