Functions$13.smali 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .class final Lio/reactivex/internal/functions/Functions$13;
  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. "Ljava/lang/Throwable;",
  19. ">;"
  20. }
  21. .end annotation
  22. # direct methods
  23. .method constructor <init>()V
  24. .locals 0
  25. .line 214
  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 214
  38. check-cast p1, Ljava/lang/Throwable;
  39. invoke-virtual {p0, p1}, Lio/reactivex/internal/functions/Functions$13;->accept(Ljava/lang/Throwable;)V
  40. return-void
  41. .end method
  42. .method public accept(Ljava/lang/Throwable;)V
  43. .locals 0
  44. .line 217
  45. invoke-static {p1}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
  46. return-void
  47. .end method