ObjectHelper$1.smali 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .class final Lio/reactivex/internal/functions/ObjectHelper$1;
  2. .super Ljava/lang/Object;
  3. .source "ObjectHelper.java"
  4. # interfaces
  5. .implements Lio/reactivex/functions/BiPredicate;
  6. # annotations
  7. .annotation system Ldalvik/annotation/EnclosingClass;
  8. value = Lio/reactivex/internal/functions/ObjectHelper;
  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/BiPredicate<",
  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 83
  27. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  28. return-void
  29. .end method
  30. # virtual methods
  31. .method public test(Ljava/lang/Object;Ljava/lang/Object;)Z
  32. .locals 0
  33. .line 86
  34. invoke-static {p1, p2}, Lio/reactivex/internal/functions/ObjectHelper;->equals(Ljava/lang/Object;Ljava/lang/Object;)Z
  35. move-result p1
  36. return p1
  37. .end method