apkfuckery/com.discord/smali_classes2/r0/g$b.smali

77 lines
1.5 KiB
Smali
Raw Normal View History

2020-09-02 04:07:20 +00:00
.class public final Lr0/g$b;
2020-09-09 19:21:20 +00:00
.super Ljava/util/concurrent/CompletableFuture;
.source "CompletableFutureCallAdapterFactory.java"
2020-05-17 12:40:10 +00:00
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
2020-09-02 04:07:20 +00:00
value = Lr0/g;
2020-05-17 12:40:10 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "b"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
2020-09-09 19:21:20 +00:00
"Ljava/util/concurrent/CompletableFuture<",
2020-05-17 12:40:10 +00:00
"TT;>;"
}
.end annotation
2020-09-09 19:21:20 +00:00
.annotation build Lorg/codehaus/mojo/animal_sniffer/IgnoreJRERequirement;
.end annotation
2020-05-17 12:40:10 +00:00
2020-09-09 19:21:20 +00:00
# instance fields
.field public final d:Lr0/d;
2020-05-17 12:40:10 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2020-09-09 19:21:20 +00:00
"Lr0/d<",
"*>;"
2020-05-17 12:40:10 +00:00
}
.end annotation
.end field
# direct methods
2020-09-09 19:21:20 +00:00
.method public constructor <init>(Lr0/d;)V
2020-05-17 12:40:10 +00:00
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
2020-09-02 04:07:20 +00:00
"Lr0/d<",
2020-09-09 19:21:20 +00:00
"*>;)V"
2020-05-17 12:40:10 +00:00
}
.end annotation
2020-09-09 19:21:20 +00:00
invoke-direct {p0}, Ljava/util/concurrent/CompletableFuture;-><init>()V
2020-05-17 12:40:10 +00:00
2020-09-09 19:21:20 +00:00
iput-object p1, p0, Lr0/g$b;->d:Lr0/d;
2020-05-17 12:40:10 +00:00
return-void
.end method
2020-09-09 19:21:20 +00:00
# virtual methods
.method public cancel(Z)Z
2020-05-17 12:40:10 +00:00
.locals 1
2020-09-09 19:21:20 +00:00
if-eqz p1, :cond_0
2020-05-17 12:40:10 +00:00
2020-09-09 19:21:20 +00:00
iget-object v0, p0, Lr0/g$b;->d:Lr0/d;
2020-05-17 12:40:10 +00:00
2020-09-09 19:21:20 +00:00
invoke-interface {v0}, Lr0/d;->cancel()V
2020-05-17 12:40:10 +00:00
2020-09-09 19:21:20 +00:00
:cond_0
invoke-super {p0, p1}, Ljava/util/concurrent/CompletableFuture;->cancel(Z)Z
2020-05-17 12:40:10 +00:00
2020-09-09 19:21:20 +00:00
move-result p1
2020-05-17 12:40:10 +00:00
2020-09-09 19:21:20 +00:00
return p1
2020-05-17 12:40:10 +00:00
.end method