apkfuckery/com.discord/smali_classes2/rx/subjects/Subject.smali
2019-07-24 13:27:29 +02:00

40 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