OperatorUnsubscribeOn$1.smali
.class Lrx/internal/operators/OperatorUnsubscribeOn$1;
.super Lrx/Subscriber;
.source "OperatorUnsubscribeOn.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lrx/internal/operators/OperatorUnsubscribeOn;->call(Lrx/Subscriber;)Lrx/Subscriber;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x0
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Lrx/Subscriber<",
"TT;>;"
}
.end annotation
# instance fields
.field final synthetic this$0:Lrx/internal/operators/OperatorUnsubscribeOn;
.field final synthetic val$subscriber:Lrx/Subscriber;
# direct methods
.method constructor <init>(Lrx/internal/operators/OperatorUnsubscribeOn;Lrx/Subscriber;)V
.registers 3
.line 1
iput-object p1, p0, Lrx/internal/operators/OperatorUnsubscribeOn$1;->this$0:Lrx/internal/operators/OperatorUnsubscribeOn;
iput-object p2, p0, Lrx/internal/operators/OperatorUnsubscribeOn$1;->val$subscriber:Lrx/Subscriber;
invoke-direct {p0}, Lrx/Subscriber;-><init>()V
return-void
.end method
# virtual methods
.method public onCompleted()V
.registers 2
.line 1
iget-object v0, p0, Lrx/internal/operators/OperatorUnsubscribeOn$1;->val$subscriber:Lrx/Subscriber;
invoke-interface {v0}, Lrx/Observer;->onCompleted()V
return-void
.end method
.method public onError(Ljava/lang/Throwable;)V
.registers 3
.line 1
iget-object v0, p0, Lrx/internal/operators/OperatorUnsubscribeOn$1;->val$subscriber:Lrx/Subscriber;
invoke-interface {v0, p1}, Lrx/Observer;->onError(Ljava/lang/Throwable;)V
return-void
.end method
.method public onNext(Ljava/lang/Object;)V
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)V"
}
.end annotation
.line 1
iget-object v0, p0, Lrx/internal/operators/OperatorUnsubscribeOn$1;->val$subscriber:Lrx/Subscriber;
invoke-interface {v0, p1}, Lrx/Observer;->onNext(Ljava/lang/Object;)V
return-void
.end method