Functions$9.smali 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .class final Lio/reactivex/internal/functions/Functions$9;
  2. .super Ljava/lang/Object;
  3. .source "Functions.java"
  4. # interfaces
  5. .implements Lio/reactivex/functions/Function;
  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/Function<",
  18. "Ljava/lang/Object;",
  19. "Ljava/lang/Object;",
  20. ">;"
  21. }
  22. .end annotation
  23. # direct methods
  24. .method constructor <init>()V
  25. .locals 0
  26. .line 152
  27. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  28. return-void
  29. .end method
  30. # virtual methods
  31. .method public apply(Ljava/lang/Object;)Ljava/lang/Object;
  32. .locals 0
  33. return-object p1
  34. .end method
  35. .method public toString()Ljava/lang/String;
  36. .locals 1
  37. const-string v0, "IdentityFunction"
  38. return-object v0
  39. .end method