39 lines
770 B
Smali
39 lines
770 B
Smali
.class public abstract Lrx/subjects/Subject;
|
|
.super Lrx/Observable;
|
|
.source "Subject.java"
|
|
|
|
# interfaces
|
|
.implements Lrx/e;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<T:",
|
|
"Ljava/lang/Object;",
|
|
"R:",
|
|
"Ljava/lang/Object;",
|
|
">",
|
|
"Lrx/Observable<",
|
|
"TR;>;",
|
|
"Lrx/e<",
|
|
"TT;>;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method protected constructor <init>(Lrx/Observable$a;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Lrx/Observable$a<",
|
|
"TR;>;)V"
|
|
}
|
|
.end annotation
|
|
|
|
invoke-direct {p0, p1}, Lrx/Observable;-><init>(Lrx/Observable$a;)V
|
|
|
|
return-void
|
|
.end method
|