Rabbit-R1/android (non root)/smali/smali_classes3/com/google/common/collect/FluentIterable$FromIterableFunction.smali
2024-05-21 17:08:36 -04:00

77 lines
1.9 KiB
Smali

.class Lcom/google/common/collect/FluentIterable$FromIterableFunction;
.super Ljava/lang/Object;
.source "FluentIterable.java"
# interfaces
.implements Lcom/google/common/base/Function;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/collect/FluentIterable;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0xa
name = "FromIterableFunction"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<E:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lcom/google/common/base/Function<",
"Ljava/lang/Iterable<",
"TE;>;",
"Lcom/google/common/collect/FluentIterable<",
"TE;>;>;"
}
.end annotation
# direct methods
.method private constructor <init>()V
.locals 0
.line 868
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public apply(Ljava/lang/Iterable;)Lcom/google/common/collect/FluentIterable;
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/Iterable<",
"TE;>;)",
"Lcom/google/common/collect/FluentIterable<",
"TE;>;"
}
.end annotation
.line 872
invoke-static {p1}, Lcom/google/common/collect/FluentIterable;->from(Ljava/lang/Iterable;)Lcom/google/common/collect/FluentIterable;
move-result-object p0
return-object p0
.end method
.method public bridge synthetic apply(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.line 868
check-cast p1, Ljava/lang/Iterable;
invoke-virtual {p0, p1}, Lcom/google/common/collect/FluentIterable$FromIterableFunction;->apply(Ljava/lang/Iterable;)Lcom/google/common/collect/FluentIterable;
move-result-object p0
return-object p0
.end method