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