1234567891011121314151617181920212223242526 |
- .class public interface abstract Lio/reactivex/ObservableSource;
- .super Ljava/lang/Object;
- .source "ObservableSource.java"
- # annotations
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "<T:",
- "Ljava/lang/Object;",
- ">",
- "Ljava/lang/Object;"
- }
- .end annotation
- # virtual methods
- .method public abstract subscribe(Lio/reactivex/Observer;)V
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "(",
- "Lio/reactivex/Observer<",
- "-TT;>;)V"
- }
- .end annotation
- .end method
|