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

79 lines
1.7 KiB
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public interface abstract Lkotlinx/coroutines/Job;
.super Ljava/lang/Object;
.source "Job.kt"
# interfaces
2019-12-06 03:29:40 +00:00
.implements Lkotlin/coroutines/CoroutineContext$a;
2019-07-24 11:27:29 +00:00
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
2019-12-06 03:29:40 +00:00
Lkotlinx/coroutines/Job$a;
2019-07-24 11:27:29 +00:00
}
.end annotation
# static fields
2019-12-06 03:29:40 +00:00
.field public static final c:Lkotlinx/coroutines/Job$a;
2019-07-24 11:27:29 +00:00
# direct methods
2019-12-06 03:29:40 +00:00
.method public static constructor <clinit>()V
2019-07-24 11:27:29 +00:00
.locals 1
2019-12-06 03:29:40 +00:00
sget-object v0, Lkotlinx/coroutines/Job$a;->a:Lkotlinx/coroutines/Job$a;
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
sput-object v0, Lkotlinx/coroutines/Job;->c:Lkotlinx/coroutines/Job$a;
2019-07-24 11:27:29 +00:00
return-void
.end method
# virtual methods
2020-03-26 23:31:08 +00:00
.method public abstract a(Lx/a/n;)Lx/a/l;
2019-10-09 23:16:36 +00:00
.end method
2020-03-26 23:31:08 +00:00
.method public abstract a(Lkotlin/jvm/functions/Function1;)Lx/a/o0;
2019-12-06 03:29:40 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lkotlin/jvm/functions/Function1<",
"-",
"Ljava/lang/Throwable;",
"Lkotlin/Unit;",
">;)",
2020-03-26 23:31:08 +00:00
"Lx/a/o0;"
2019-12-06 03:29:40 +00:00
}
.end annotation
2019-07-24 11:27:29 +00:00
.end method
2020-03-26 23:31:08 +00:00
.method public abstract a(ZZLkotlin/jvm/functions/Function1;)Lx/a/o0;
2019-07-24 11:27:29 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
"(ZZ",
"Lkotlin/jvm/functions/Function1<",
"-",
"Ljava/lang/Throwable;",
"Lkotlin/Unit;",
">;)",
2020-03-26 23:31:08 +00:00
"Lx/a/o0;"
2019-07-24 11:27:29 +00:00
}
.end annotation
.end method
2019-12-06 03:29:40 +00:00
.method public abstract a(Ljava/util/concurrent/CancellationException;)V
2019-07-24 11:27:29 +00:00
.end method
2019-12-06 03:29:40 +00:00
.method public abstract a()Z
2019-07-24 11:27:29 +00:00
.end method
2019-12-06 03:29:40 +00:00
.method public abstract b()Ljava/util/concurrent/CancellationException;
2019-07-24 11:27:29 +00:00
.end method
2019-12-06 03:29:40 +00:00
.method public abstract synthetic cancel()V
2019-07-31 00:08:31 +00:00
.end method
2019-12-06 03:29:40 +00:00
.method public abstract start()Z
2019-07-24 11:27:29 +00:00
.end method