1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .class final Lio/reactivex/disposables/SubscriptionDisposable;
- .super Lio/reactivex/disposables/ReferenceDisposable;
- .source "SubscriptionDisposable.java"
- # annotations
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "Lio/reactivex/disposables/ReferenceDisposable<",
- "Lorg/reactivestreams/Subscription;",
- ">;"
- }
- .end annotation
- # static fields
- .field private static final serialVersionUID:J = -0x9cfc6416eb4a343L
- # direct methods
- .method constructor <init>(Lorg/reactivestreams/Subscription;)V
- .locals 0
- .line 25
- invoke-direct {p0, p1}, Lio/reactivex/disposables/ReferenceDisposable;-><init>(Ljava/lang/Object;)V
- return-void
- .end method
- # virtual methods
- .method protected bridge synthetic onDisposed(Ljava/lang/Object;)V
- .locals 0
- .line 20
- check-cast p1, Lorg/reactivestreams/Subscription;
- invoke-virtual {p0, p1}, Lio/reactivex/disposables/SubscriptionDisposable;->onDisposed(Lorg/reactivestreams/Subscription;)V
- return-void
- .end method
- .method protected onDisposed(Lorg/reactivestreams/Subscription;)V
- .locals 0
- .line 30
- invoke-interface {p1}, Lorg/reactivestreams/Subscription;->cancel()V
- return-void
- .end method
|