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

45 lines
1.3 KiB
Smali

.class public interface abstract Lcom/google/common/util/concurrent/ClosingFuture$Combiner$AsyncCombiningCallable;
.super Ljava/lang/Object;
.source "ClosingFuture.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/util/concurrent/ClosingFuture$Combiner;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "AsyncCombiningCallable"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<V:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract call(Lcom/google/common/util/concurrent/ClosingFuture$DeferredCloser;Lcom/google/common/util/concurrent/ClosingFuture$Peeker;)Lcom/google/common/util/concurrent/ClosingFuture;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/util/concurrent/ClosingFuture$DeferredCloser;",
"Lcom/google/common/util/concurrent/ClosingFuture$Peeker;",
")",
"Lcom/google/common/util/concurrent/ClosingFuture<",
"TV;>;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
.end method