Files
ctf/2024/insomnihack/mobile/Notes/smali/androidx/concurrent/futures/CallbackToFutureAdapter$Resolver.smali
2025-06-06 03:13:31 +02:00

43 lines
1.1 KiB
Smali

.class public interface abstract Landroidx/concurrent/futures/CallbackToFutureAdapter$Resolver;
.super Ljava/lang/Object;
.source "CallbackToFutureAdapter.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/concurrent/futures/CallbackToFutureAdapter;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "Resolver"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract attachCompleter(Landroidx/concurrent/futures/CallbackToFutureAdapter$Completer;)Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroidx/concurrent/futures/CallbackToFutureAdapter$Completer<",
"TT;>;)",
"Ljava/lang/Object;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
.end method