QueueSubscription.smali 572 B

123456789101112131415161718192021
  1. .class public interface abstract Lio/reactivex/internal/fuseable/QueueSubscription;
  2. .super Ljava/lang/Object;
  3. .source "QueueSubscription.java"
  4. # interfaces
  5. .implements Lio/reactivex/internal/fuseable/QueueFuseable;
  6. .implements Lorg/reactivestreams/Subscription;
  7. # annotations
  8. .annotation system Ldalvik/annotation/Signature;
  9. value = {
  10. "<T:",
  11. "Ljava/lang/Object;",
  12. ">",
  13. "Ljava/lang/Object;",
  14. "Lio/reactivex/internal/fuseable/QueueFuseable<",
  15. "TT;>;",
  16. "Lorg/reactivestreams/Subscription;"
  17. }
  18. .end annotation