BlockingObservable$9.smali
.class Lrx/observables/BlockingObservable$9;
.super Ljava/lang/Object;
.source "BlockingObservable.java"
# interfaces
.implements Lrx/Observer;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lrx/observables/BlockingObservable;->subscribe(Lrx/functions/Action1;Lrx/functions/Action1;Lrx/functions/Action0;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x0
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lrx/Observer<",
"TT;>;"
}
.end annotation
# instance fields
.field final synthetic this$0:Lrx/observables/BlockingObservable;
.field final synthetic val$onCompleted:Lrx/functions/Action0;
.field final synthetic val$onError:Lrx/functions/Action1;
.field final synthetic val$onNext:Lrx/functions/Action1;
# direct methods
.method constructor <init>(Lrx/observables/BlockingObservable;Lrx/functions/Action1;Lrx/functions/Action1;Lrx/functions/Action0;)V
.registers 5
.line 1
iput-object p1, p0, Lrx/observables/BlockingObservable$9;->this$0:Lrx/observables/BlockingObservable;
iput-object p2, p0, Lrx/observables/BlockingObservable$9;->val$onNext:Lrx/functions/Action1;
iput-object p3, p0, Lrx/observables/BlockingObservable$9;->val$onError:Lrx/functions/Action1;
iput-object p4, p0, Lrx/observables/BlockingObservable$9;->val$onCompleted:Lrx/functions/Action0;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public onCompleted()V
.registers 2
.line 1
iget-object v0, p0, Lrx/observables/BlockingObservable$9;->val$onCompleted:Lrx/functions/Action0;
invoke-interface {v0}, Lrx/functions/Action0;->call()V
return-void
.end method
.method public onError(Ljava/lang/Throwable;)V
.registers 3
.line 1
iget-object v0, p0, Lrx/observables/BlockingObservable$9;->val$onError:Lrx/functions/Action1;
invoke-interface {v0, p1}, Lrx/functions/Action1;->call(Ljava/lang/Object;)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/observables/BlockingObservable$9;->val$onNext:Lrx/functions/Action1;
invoke-interface {v0, p1}, Lrx/functions/Action1;->call(Ljava/lang/Object;)V
return-void
.end method