apkfuckery/com.discord/smali/com/annimon/stream/function/Function$Util$1.smali

74 lines
2.1 KiB
Smali

.class final Lcom/annimon/stream/function/Function$Util$1;
.super Ljava/lang/Object;
.source "Function.java"
# interfaces
.implements Lcom/annimon/stream/function/Function;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/annimon/stream/function/Function$Util;->andThen(Lcom/annimon/stream/function/Function;Lcom/annimon/stream/function/Function;)Lcom/annimon/stream/function/Function;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x8
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcom/annimon/stream/function/Function",
"<TT;TV;>;"
}
.end annotation
# instance fields
.field final synthetic val$f1:Lcom/annimon/stream/function/Function;
.field final synthetic val$f2:Lcom/annimon/stream/function/Function;
# direct methods
.method constructor <init>(Lcom/annimon/stream/function/Function;Lcom/annimon/stream/function/Function;)V
.locals 0
.prologue
iput-object p1, p0, Lcom/annimon/stream/function/Function$Util$1;->val$f2:Lcom/annimon/stream/function/Function;
iput-object p2, p0, Lcom/annimon/stream/function/Function$Util$1;->val$f1:Lcom/annimon/stream/function/Function;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public apply(Ljava/lang/Object;)Ljava/lang/Object;
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)TV;"
}
.end annotation
.prologue
.local p1, "t":Ljava/lang/Object;, "TT;"
iget-object v0, p0, Lcom/annimon/stream/function/Function$Util$1;->val$f2:Lcom/annimon/stream/function/Function;
iget-object v1, p0, Lcom/annimon/stream/function/Function$Util$1;->val$f1:Lcom/annimon/stream/function/Function;
invoke-interface {v1, p1}, Lcom/annimon/stream/function/Function;->apply(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v1
invoke-interface {v0, v1}, Lcom/annimon/stream/function/Function;->apply(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v0
return-object v0
.end method