MaybeEmpty.smali
.class public final Lio/reactivex/internal/operators/maybe/MaybeEmpty;
.super Lio/reactivex/Maybe;
.source "MaybeEmpty.java"
# interfaces
.implements Lio/reactivex/internal/fuseable/ScalarCallable;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lio/reactivex/Maybe<",
"Ljava/lang/Object;",
">;",
"Lio/reactivex/internal/fuseable/ScalarCallable<",
"Ljava/lang/Object;",
">;"
}
.end annotation
# static fields
.field public static final INSTANCE:Lio/reactivex/internal/operators/maybe/MaybeEmpty;
# direct methods
.method static constructor <clinit>()V
.registers 1
.line 25
new-instance v0, Lio/reactivex/internal/operators/maybe/MaybeEmpty;
invoke-direct {v0}, Lio/reactivex/internal/operators/maybe/MaybeEmpty;-><init>()V
sput-object v0, Lio/reactivex/internal/operators/maybe/MaybeEmpty;->INSTANCE:Lio/reactivex/internal/operators/maybe/MaybeEmpty;
return-void
.end method
.method public constructor <init>()V
.registers 1
.line 23
invoke-direct {p0}, Lio/reactivex/Maybe;-><init>()V
return-void
.end method
# virtual methods
.method public call()Ljava/lang/Object;
.registers 2
.line 34
const/4 v0, 0x0
return-object v0
.end method
.method protected subscribeActual(Lio/reactivex/MaybeObserver;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lio/reactivex/MaybeObserver<",
"-",
"Ljava/lang/Object;",
">;)V"
}
.end annotation
.line 29
.local p1, "observer":Lio/reactivex/MaybeObserver;, "Lio/reactivex/MaybeObserver<-Ljava/lang/Object;>;"
invoke-static {p1}, Lio/reactivex/internal/disposables/EmptyDisposable;->complete(Lio/reactivex/MaybeObserver;)V
.line 30
return-void
.end method