MaybeUnsafeCreate.smali
.class public final Lio/reactivex/internal/operators/maybe/MaybeUnsafeCreate;
.super Lio/reactivex/internal/operators/maybe/AbstractMaybeWithUpstream;
.source "MaybeUnsafeCreate.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Lio/reactivex/internal/operators/maybe/AbstractMaybeWithUpstream<",
"TT;TT;>;"
}
.end annotation
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
.method public constructor <init>(Lio/reactivex/MaybeSource;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lio/reactivex/MaybeSource<",
"TT;>;)V"
}
.end annotation
.line 26
.local p0, "this":Lio/reactivex/internal/operators/maybe/MaybeUnsafeCreate;, "Lio/reactivex/internal/operators/maybe/MaybeUnsafeCreate<TT;>;"
.local p1, "source":Lio/reactivex/MaybeSource;, "Lio/reactivex/MaybeSource<TT;>;"
invoke-direct {p0, p1}, Lio/reactivex/internal/operators/maybe/AbstractMaybeWithUpstream;-><init>(Lio/reactivex/MaybeSource;)V
.line 27
return-void
.end method
# virtual methods
.method protected subscribeActual(Lio/reactivex/MaybeObserver;)V
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lio/reactivex/MaybeObserver<",
"-TT;>;)V"
}
.end annotation
.line 31
.local p0, "this":Lio/reactivex/internal/operators/maybe/MaybeUnsafeCreate;, "Lio/reactivex/internal/operators/maybe/MaybeUnsafeCreate<TT;>;"
.local p1, "observer":Lio/reactivex/MaybeObserver;, "Lio/reactivex/MaybeObserver<-TT;>;"
iget-object v0, p0, Lio/reactivex/internal/operators/maybe/MaybeUnsafeCreate;->source:Lio/reactivex/MaybeSource;
invoke-interface {v0, p1}, Lio/reactivex/MaybeSource;->subscribe(Lio/reactivex/MaybeObserver;)V
.line 32
return-void
.end method