123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- .class public final enum Lio/reactivex/internal/util/EmptyComponent;
- .super Ljava/lang/Enum;
- .source "EmptyComponent.java"
- # interfaces
- .implements Lorg/reactivestreams/Subscriber;
- .implements Lio/reactivex/Observer;
- .implements Lio/reactivex/MaybeObserver;
- .implements Lio/reactivex/SingleObserver;
- .implements Lio/reactivex/CompletableObserver;
- .implements Lorg/reactivestreams/Subscription;
- .implements Lio/reactivex/disposables/Disposable;
- # annotations
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "Ljava/lang/Enum<",
- "Lio/reactivex/internal/util/EmptyComponent;",
- ">;",
- "Lorg/reactivestreams/Subscriber<",
- "Ljava/lang/Object;",
- ">;",
- "Lio/reactivex/Observer<",
- "Ljava/lang/Object;",
- ">;",
- "Lio/reactivex/MaybeObserver<",
- "Ljava/lang/Object;",
- ">;",
- "Lio/reactivex/SingleObserver<",
- "Ljava/lang/Object;",
- ">;",
- "Lio/reactivex/CompletableObserver;",
- "Lorg/reactivestreams/Subscription;",
- "Lio/reactivex/disposables/Disposable;"
- }
- .end annotation
- # static fields
- .field private static final synthetic $VALUES:[Lio/reactivex/internal/util/EmptyComponent;
- .field public static final enum INSTANCE:Lio/reactivex/internal/util/EmptyComponent;
- # direct methods
- .method static constructor <clinit>()V
- .locals 3
- .line 27
- new-instance v0, Lio/reactivex/internal/util/EmptyComponent;
- const/4 v1, 0x0
- const-string v2, "INSTANCE"
- invoke-direct {v0, v2, v1}, Lio/reactivex/internal/util/EmptyComponent;-><init>(Ljava/lang/String;I)V
- sput-object v0, Lio/reactivex/internal/util/EmptyComponent;->INSTANCE:Lio/reactivex/internal/util/EmptyComponent;
- const/4 v0, 0x1
- .line 25
- new-array v0, v0, [Lio/reactivex/internal/util/EmptyComponent;
- sget-object v2, Lio/reactivex/internal/util/EmptyComponent;->INSTANCE:Lio/reactivex/internal/util/EmptyComponent;
- aput-object v2, v0, v1
- sput-object v0, Lio/reactivex/internal/util/EmptyComponent;->$VALUES:[Lio/reactivex/internal/util/EmptyComponent;
- return-void
- .end method
- .method private constructor <init>(Ljava/lang/String;I)V
- .locals 0
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "()V"
- }
- .end annotation
- .line 25
- invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
- return-void
- .end method
- .method public static asObserver()Lio/reactivex/Observer;
- .locals 1
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "<T:",
- "Ljava/lang/Object;",
- ">()",
- "Lio/reactivex/Observer<",
- "TT;>;"
- }
- .end annotation
- .line 36
- sget-object v0, Lio/reactivex/internal/util/EmptyComponent;->INSTANCE:Lio/reactivex/internal/util/EmptyComponent;
- return-object v0
- .end method
- .method public static asSubscriber()Lorg/reactivestreams/Subscriber;
- .locals 1
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "<T:",
- "Ljava/lang/Object;",
- ">()",
- "Lorg/reactivestreams/Subscriber<",
- "TT;>;"
- }
- .end annotation
- .line 31
- sget-object v0, Lio/reactivex/internal/util/EmptyComponent;->INSTANCE:Lio/reactivex/internal/util/EmptyComponent;
- return-object v0
- .end method
- .method public static valueOf(Ljava/lang/String;)Lio/reactivex/internal/util/EmptyComponent;
- .locals 1
- .line 25
- const-class v0, Lio/reactivex/internal/util/EmptyComponent;
- invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
- move-result-object p0
- check-cast p0, Lio/reactivex/internal/util/EmptyComponent;
- return-object p0
- .end method
- .method public static values()[Lio/reactivex/internal/util/EmptyComponent;
- .locals 1
- .line 25
- sget-object v0, Lio/reactivex/internal/util/EmptyComponent;->$VALUES:[Lio/reactivex/internal/util/EmptyComponent;
- invoke-virtual {v0}, [Lio/reactivex/internal/util/EmptyComponent;->clone()Ljava/lang/Object;
- move-result-object v0
- check-cast v0, [Lio/reactivex/internal/util/EmptyComponent;
- return-object v0
- .end method
- # virtual methods
- .method public cancel()V
- .locals 0
- return-void
- .end method
- .method public dispose()V
- .locals 0
- return-void
- .end method
- .method public isDisposed()Z
- .locals 1
- const/4 v0, 0x1
- return v0
- .end method
- .method public onComplete()V
- .locals 0
- return-void
- .end method
- .method public onError(Ljava/lang/Throwable;)V
- .locals 0
- .line 76
- invoke-static {p1}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
- return-void
- .end method
- .method public onNext(Ljava/lang/Object;)V
- .locals 0
- return-void
- .end method
- .method public onSubscribe(Lio/reactivex/disposables/Disposable;)V
- .locals 0
- .line 61
- invoke-interface {p1}, Lio/reactivex/disposables/Disposable;->dispose()V
- return-void
- .end method
- .method public onSubscribe(Lorg/reactivestreams/Subscription;)V
- .locals 0
- .line 66
- invoke-interface {p1}, Lorg/reactivestreams/Subscription;->cancel()V
- return-void
- .end method
- .method public onSuccess(Ljava/lang/Object;)V
- .locals 0
- return-void
- .end method
- .method public request(J)V
- .locals 0
- return-void
- .end method
|