MaybeFlatMapSingle.smali
.class public final Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle;
.super Lio/reactivex/Single;
.source "MaybeFlatMapSingle.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapSingleObserver;,
Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapMaybeObserver;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
"R:",
"Ljava/lang/Object;",
">",
"Lio/reactivex/Single<",
"TR;>;"
}
.end annotation
# instance fields
.field final mapper:Lio/reactivex/functions/Function;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lio/reactivex/functions/Function<",
"-TT;+",
"Lio/reactivex/SingleSource<",
"+TR;>;>;"
}
.end annotation
.end field
.field final source:Lio/reactivex/MaybeSource;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lio/reactivex/MaybeSource<",
"TT;>;"
}
.end annotation
.end field
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
.method public constructor <init>(Lio/reactivex/MaybeSource;Lio/reactivex/functions/Function;)V
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lio/reactivex/MaybeSource<",
"TT;>;",
"Lio/reactivex/functions/Function<",
"-TT;+",
"Lio/reactivex/SingleSource<",
"+TR;>;>;)V"
}
.end annotation
.line 40
.local p0, "this":Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle;, "Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle<TT;TR;>;"
.local p1, "source":Lio/reactivex/MaybeSource;, "Lio/reactivex/MaybeSource<TT;>;"
.local p2, "mapper":Lio/reactivex/functions/Function;, "Lio/reactivex/functions/Function<-TT;+Lio/reactivex/SingleSource<+TR;>;>;"
invoke-direct {p0}, Lio/reactivex/Single;-><init>()V
.line 41
iput-object p1, p0, Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle;->source:Lio/reactivex/MaybeSource;
.line 42
iput-object p2, p0, Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle;->mapper:Lio/reactivex/functions/Function;
.line 43
return-void
.end method
# virtual methods
.method protected subscribeActual(Lio/reactivex/SingleObserver;)V
.registers 5
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lio/reactivex/SingleObserver<",
"-TR;>;)V"
}
.end annotation
.line 47
.local p0, "this":Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle;, "Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle<TT;TR;>;"
.local p1, "actual":Lio/reactivex/SingleObserver;, "Lio/reactivex/SingleObserver<-TR;>;"
iget-object v0, p0, Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle;->source:Lio/reactivex/MaybeSource;
new-instance v1, Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapMaybeObserver;
iget-object v2, p0, Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle;->mapper:Lio/reactivex/functions/Function;
invoke-direct {v1, p1, v2}, Lio/reactivex/internal/operators/maybe/MaybeFlatMapSingle$FlatMapMaybeObserver;-><init>(Lio/reactivex/SingleObserver;Lio/reactivex/functions/Function;)V
invoke-interface {v0, v1}, Lio/reactivex/MaybeSource;->subscribe(Lio/reactivex/MaybeObserver;)V
.line 48
return-void
.end method