1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- .class public abstract Lio/reactivex/subjects/Subject;
- .super Lio/reactivex/Observable;
- .source "Subject.java"
- # interfaces
- .implements Lio/reactivex/Observer;
- # annotations
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "<T:",
- "Ljava/lang/Object;",
- ">",
- "Lio/reactivex/Observable<",
- "TT;>;",
- "Lio/reactivex/Observer<",
- "TT;>;"
- }
- .end annotation
- # direct methods
- .method public constructor <init>()V
- .locals 0
- .line 26
- invoke-direct {p0}, Lio/reactivex/Observable;-><init>()V
- return-void
- .end method
- # virtual methods
- .method public abstract getThrowable()Ljava/lang/Throwable;
- .end method
- .method public abstract hasComplete()Z
- .end method
- .method public abstract hasObservers()Z
- .end method
- .method public abstract hasThrowable()Z
- .end method
- .method public final toSerialized()Lio/reactivex/subjects/Subject;
- .locals 1
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "()",
- "Lio/reactivex/subjects/Subject<",
- "TT;>;"
- }
- .end annotation
- .line 67
- instance-of v0, p0, Lio/reactivex/subjects/SerializedSubject;
- if-eqz v0, :cond_0
- return-object p0
- .line 70
- :cond_0
- new-instance v0, Lio/reactivex/subjects/SerializedSubject;
- invoke-direct {v0, p0}, Lio/reactivex/subjects/SerializedSubject;-><init>(Lio/reactivex/subjects/Subject;)V
- return-object v0
- .end method
|