apkfuckery/com.discord/smali_classes2/rx/observers/a$1.smali
2019-07-24 13:27:29 +02:00

61 lines
1 KiB
Smali

.class final Lrx/observers/a$1;
.super Ljava/lang/Object;
.source "Observers.java"
# interfaces
.implements Lrx/e;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lrx/observers/a;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x8
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lrx/e<",
"Ljava/lang/Object;",
">;"
}
.end annotation
# direct methods
.method constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final onCompleted()V
.locals 0
return-void
.end method
.method public final onError(Ljava/lang/Throwable;)V
.locals 1
new-instance v0, Lrx/a/f;
invoke-direct {v0, p1}, Lrx/a/f;-><init>(Ljava/lang/Throwable;)V
throw v0
.end method
.method public final onNext(Ljava/lang/Object;)V
.locals 0
return-void
.end method