65 lines
1.3 KiB
Smali
65 lines
1.3 KiB
Smali
.class public final Ll0/n/e;
|
|
.super Lrx/Subscriber;
|
|
.source "Subscribers.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lrx/Subscriber<",
|
|
"TT;>;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic d:Lrx/Subscriber;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lrx/Subscriber;Lrx/Subscriber;)V
|
|
.locals 0
|
|
|
|
iput-object p2, p0, Ll0/n/e;->d:Lrx/Subscriber;
|
|
|
|
invoke-direct {p0, p1}, Lrx/Subscriber;-><init>(Lrx/Subscriber;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onCompleted()V
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Ll0/n/e;->d:Lrx/Subscriber;
|
|
|
|
invoke-interface {v0}, Ll0/g;->onCompleted()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onError(Ljava/lang/Throwable;)V
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Ll0/n/e;->d:Lrx/Subscriber;
|
|
|
|
invoke-interface {v0, p1}, Ll0/g;->onError(Ljava/lang/Throwable;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onNext(Ljava/lang/Object;)V
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(TT;)V"
|
|
}
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Ll0/n/e;->d:Lrx/Subscriber;
|
|
|
|
invoke-interface {v0, p1}, Ll0/g;->onNext(Ljava/lang/Object;)V
|
|
|
|
return-void
|
|
.end method
|