tmap/smali_classes3/com/google/common/util/concurrent/ClosingFuture$AsyncClosingFunction.smali
2022-06-10 21:38:30 +09:00

50 lines
1.4 KiB
Smali

.class public interface abstract Lcom/google/common/util/concurrent/ClosingFuture$AsyncClosingFunction;
.super Ljava/lang/Object;
.source "ClosingFuture.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/util/concurrent/ClosingFuture;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "AsyncClosingFunction"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
"U:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract apply(Lcom/google/common/util/concurrent/ClosingFuture$DeferredCloser;Ljava/lang/Object;)Lcom/google/common/util/concurrent/ClosingFuture;
.param p2 # Ljava/lang/Object;
.annotation runtime Lcom/google/common/util/concurrent/ParametricNullness;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/util/concurrent/ClosingFuture$DeferredCloser;",
"TT;)",
"Lcom/google/common/util/concurrent/ClosingFuture<",
"TU;>;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
.end method