This commit is contained in:
2022-06-10 21:38:30 +09:00
commit 27f5152838
51323 changed files with 12934539 additions and 0 deletions
@@ -0,0 +1,38 @@
.class public interface abstract Lcom/google/firebase/inject/Deferred$DeferredHandler;
.super Ljava/lang/Object;
.source "Deferred.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/firebase/inject/Deferred;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "DeferredHandler"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract handle(Lcom/google/firebase/inject/Provider;)V
.annotation build Lcom/google/firebase/annotations/DeferredApi;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/firebase/inject/Provider<",
"TT;>;)V"
}
.end annotation
.end method
@@ -0,0 +1,36 @@
.class public interface abstract Lcom/google/firebase/inject/Deferred;
.super Ljava/lang/Object;
.source "Deferred.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/firebase/inject/Deferred$DeferredHandler;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract whenAvailable(Lcom/google/firebase/inject/Deferred$DeferredHandler;)V
.param p1 # Lcom/google/firebase/inject/Deferred$DeferredHandler;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/firebase/inject/Deferred$DeferredHandler<",
"TT;>;)V"
}
.end annotation
.end method
@@ -0,0 +1,24 @@
.class public interface abstract Lcom/google/firebase/inject/Provider;
.super Ljava/lang/Object;
.source "Provider.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract get()Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"()TT;"
}
.end annotation
.end method