61 lines
1.1 KiB
Smali
61 lines
1.1 KiB
Smali
|
.class public final Li0/n/a$a;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "Observers.java"
|
||
|
|
||
|
# interfaces
|
||
|
.implements Li0/g;
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
||
|
value = Li0/n/a;
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/InnerClass;
|
||
|
accessFlags = 0x9
|
||
|
name = null
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"Ljava/lang/Object;",
|
||
|
"Li0/g<",
|
||
|
"Ljava/lang/Object;",
|
||
|
">;"
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method public 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/exceptions/OnErrorNotImplementedException;
|
||
|
|
||
|
invoke-direct {v0, p1}, Lrx/exceptions/OnErrorNotImplementedException;-><init>(Ljava/lang/Throwable;)V
|
||
|
|
||
|
throw v0
|
||
|
.end method
|
||
|
|
||
|
.method public final onNext(Ljava/lang/Object;)V
|
||
|
.locals 0
|
||
|
|
||
|
return-void
|
||
|
.end method
|