MaybeFlatMapSingle$FlatMapSingleObserver.smali
.class final Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapSingleObserver;
.super Ljava/lang/Object;
.source "MaybeFlatMapSingle.java"
# interfaces
.implements Lio/reactivex/SingleObserver;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x18
name = "FlatMapSingleObserver"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<R:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lio/reactivex/SingleObserver<",
"TR;>;"
}
.end annotation
# instance fields
.field final actual:Lio/reactivex/SingleObserver;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lio/reactivex/SingleObserver<",
"-TR;>;"
}
.end annotation
.end field
.field final parent:Ljava/util/concurrent/atomic/AtomicReference;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/concurrent/atomic/AtomicReference<",
"Lio/reactivex/disposables/Disposable;",
">;"
}
.end annotation
.end field
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
.method constructor <init>(Ljava/util/concurrent/atomic/AtomicReference;Lio/reactivex/SingleObserver;)V
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/concurrent/atomic/AtomicReference<",
"Lio/reactivex/disposables/Disposable;",
">;",
"Lio/reactivex/SingleObserver<",
"-TR;>;)V"
}
.end annotation
.line 116
.local p0, "this":Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapSingleObserver;, "Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapSingleObserver<TR;>;"
.local p1, "parent":Ljava/util/concurrent/atomic/AtomicReference;, "Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/disposables/Disposable;>;"
.local p2, "actual":Lio/reactivex/SingleObserver;, "Lio/reactivex/SingleObserver<-TR;>;"
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 117
iput-object p1, p0, Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapSingleObserver;->parent:Ljava/util/concurrent/atomic/AtomicReference;
.line 118
iput-object p2, p0, Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapSingleObserver;->actual:Lio/reactivex/SingleObserver;
.line 119
return-void
.end method
# virtual methods
.method public onError(Ljava/lang/Throwable;)V
.registers 3
.param p1, "e" # Ljava/lang/Throwable;
.line 133
.local p0, "this":Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapSingleObserver;, "Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapSingleObserver<TR;>;"
iget-object v0, p0, Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapSingleObserver;->actual:Lio/reactivex/SingleObserver;
invoke-interface {v0, p1}, Lio/reactivex/SingleObserver;->onError(Ljava/lang/Throwable;)V
.line 134
return-void
.end method
.method public onSubscribe(Lio/reactivex/disposables/Disposable;)V
.registers 3
.param p1, "d" # Lio/reactivex/disposables/Disposable;
.line 123
.local p0, "this":Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapSingleObserver;, "Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapSingleObserver<TR;>;"
iget-object v0, p0, Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapSingleObserver;->parent:Ljava/util/concurrent/atomic/AtomicReference;
invoke-static {v0, p1}, Lio/reactivex/internal/disposables/DisposableHelper;->replace(Ljava/util/concurrent/atomic/AtomicReference;Lio/reactivex/disposables/Disposable;)Z
.line 124
return-void
.end method
.method public onSuccess(Ljava/lang/Object;)V
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(TR;)V"
}
.end annotation
.line 128
.local p0, "this":Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapSingleObserver;, "Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapSingleObserver<TR;>;"
.local p1, "value":Ljava/lang/Object;, "TR;"
iget-object v0, p0, Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapSingleObserver;->actual:Lio/reactivex/SingleObserver;
invoke-interface {v0, p1}, Lio/reactivex/SingleObserver;->onSuccess(Ljava/lang/Object;)V
.line 129
return-void
.end method