Functions$17.smali 908 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .class final Lio/reactivex/internal/functions/Functions$17;
  2. .super Ljava/lang/Object;
  3. .source "Functions.java"
  4. # interfaces
  5. .implements Ljava/util/concurrent/Callable;
  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. "Ljava/util/concurrent/Callable<",
  18. "Ljava/lang/Object;",
  19. ">;"
  20. }
  21. .end annotation
  22. # direct methods
  23. .method constructor <init>()V
  24. .locals 0
  25. .line 240
  26. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  27. return-void
  28. .end method
  29. # virtual methods
  30. .method public call()Ljava/lang/Object;
  31. .locals 1
  32. const/4 v0, 0x0
  33. return-object v0
  34. .end method