apkfuckery/com.discord/smali_classes2/kotlinx/coroutines/as.smali

66 lines
1.4 KiB
Smali
Raw Normal View History

2019-02-04 20:32:01 +00:00
.class public interface abstract Lkotlinx/coroutines/as;
.super Ljava/lang/Object;
.source "Job.kt"
2019-02-04 20:29:01 +00:00
2019-02-04 20:32:01 +00:00
# interfaces
.implements Lkotlin/c/e$b;
2019-02-04 20:29:01 +00:00
2019-02-04 20:08:30 +00:00
2019-02-04 20:32:01 +00:00
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lkotlinx/coroutines/as$a;,
Lkotlinx/coroutines/as$b;
}
.end annotation
2019-02-04 20:08:30 +00:00
2019-02-04 20:32:01 +00:00
# static fields
2019-02-27 00:16:35 +00:00
.field public static final bge:Lkotlinx/coroutines/as$b;
2019-02-04 20:08:30 +00:00
2019-02-04 20:32:01 +00:00
# direct methods
.method static constructor <clinit>()V
.locals 1
2019-02-04 20:08:30 +00:00
2019-02-27 00:16:35 +00:00
sget-object v0, Lkotlinx/coroutines/as$b;->bgf:Lkotlinx/coroutines/as$b;
2019-02-04 20:08:30 +00:00
2019-02-27 00:16:35 +00:00
sput-object v0, Lkotlinx/coroutines/as;->bge:Lkotlinx/coroutines/as$b;
2019-02-04 20:08:30 +00:00
return-void
.end method
2019-02-04 20:29:01 +00:00
# virtual methods
2019-02-04 20:32:01 +00:00
.method public abstract a(ZZLkotlin/jvm/functions/Function1;)Lkotlinx/coroutines/ai;
.annotation system Ldalvik/annotation/Signature;
value = {
"(ZZ",
"Lkotlin/jvm/functions/Function1<",
"-",
"Ljava/lang/Throwable;",
"Lkotlin/Unit;",
">;)",
"Lkotlinx/coroutines/ai;"
}
.end annotation
.end method
.method public abstract a(Lkotlinx/coroutines/k;)Lkotlinx/coroutines/i;
.end method
2019-02-04 20:08:30 +00:00
2019-02-04 20:32:01 +00:00
.method public abstract cancel()V
.end method
2019-02-04 20:08:30 +00:00
2019-02-04 20:32:01 +00:00
.method public abstract isActive()Z
.end method
2019-02-04 20:08:30 +00:00
2019-02-04 20:32:01 +00:00
.method public abstract p(Ljava/lang/Throwable;)Z
.end method
2019-02-04 20:08:30 +00:00
2019-02-04 20:32:01 +00:00
.method public abstract start()Z
.end method
2019-02-04 20:08:30 +00:00
2019-02-27 21:13:14 +00:00
.method public abstract yT()Ljava/util/concurrent/CancellationException;
2019-02-04 20:08:30 +00:00
.end method