tmap/smali_classes5/io/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable.smali
2022-06-10 21:38:30 +09:00

112 lines
2.5 KiB
Smali

.class final Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;
.super Ljava/util/concurrent/atomic/AtomicReference;
.source "MaybeCache.java"
# interfaces
.implements Lio/reactivex/disposables/b;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lio/reactivex/internal/operators/maybe/MaybeCache;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "CacheDisposable"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/util/concurrent/atomic/AtomicReference<",
"Lio/reactivex/internal/operators/maybe/MaybeCache<",
"TT;>;>;",
"Lio/reactivex/disposables/b;"
}
.end annotation
# static fields
.field private static final serialVersionUID:J = -0x5060cba6deb671f3L
# instance fields
.field public final downstream:Lkh/t;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lkh/t<",
"-TT;>;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Lkh/t;Lio/reactivex/internal/operators/maybe/MaybeCache;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lkh/t<",
"-TT;>;",
"Lio/reactivex/internal/operators/maybe/MaybeCache<",
"TT;>;)V"
}
.end annotation
.line 1
invoke-direct {p0, p2}, Ljava/util/concurrent/atomic/AtomicReference;-><init>(Ljava/lang/Object;)V
.line 2
iput-object p1, p0, Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;->downstream:Lkh/t;
return-void
.end method
# virtual methods
.method public dispose()V
.locals 1
const/4 v0, 0x0
.line 1
invoke-virtual {p0, v0}, Ljava/util/concurrent/atomic/AtomicReference;->getAndSet(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v0
check-cast v0, Lio/reactivex/internal/operators/maybe/MaybeCache;
if-eqz v0, :cond_0
.line 2
invoke-virtual {v0, p0}, Lio/reactivex/internal/operators/maybe/MaybeCache;->e2(Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;)V
:cond_0
return-void
.end method
.method public isDisposed()Z
.locals 1
.line 1
invoke-virtual {p0}, Ljava/util/concurrent/atomic/AtomicReference;->get()Ljava/lang/Object;
move-result-object v0
if-nez v0, :cond_0
const/4 v0, 0x1
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
return v0
.end method