apkfuckery/com.discord/smali_classes2/w/z/h.smali

102 lines
2.1 KiB
Smali
Raw Normal View History

2020-02-20 19:33:18 +00:00
.class public final Lw/z/h;
2019-07-24 11:27:29 +00:00
.super Ljava/lang/Object;
.source "Sequences.kt"
# interfaces
.implements Lkotlin/sequences/Sequence;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lkotlin/sequences/Sequence<",
"TT;>;"
}
.end annotation
# instance fields
2019-12-06 03:29:40 +00:00
.field public final a:Lkotlin/jvm/functions/Function0;
2019-07-24 11:27:29 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
"Lkotlin/jvm/functions/Function0<",
"TT;>;"
}
.end annotation
.end field
2019-12-06 03:29:40 +00:00
.field public final b:Lkotlin/jvm/functions/Function1;
2019-07-24 11:27:29 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
"Lkotlin/jvm/functions/Function1<",
"TT;TT;>;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Lkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function1;)V
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lkotlin/jvm/functions/Function0<",
"+TT;>;",
"Lkotlin/jvm/functions/Function1<",
"-TT;+TT;>;)V"
}
.end annotation
2019-12-06 03:29:40 +00:00
const/4 v0, 0x0
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
if-eqz p1, :cond_1
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
if-eqz p2, :cond_0
2019-07-24 11:27:29 +00:00
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
2020-02-20 19:33:18 +00:00
iput-object p1, p0, Lw/z/h;->a:Lkotlin/jvm/functions/Function0;
2019-07-24 11:27:29 +00:00
2020-02-20 19:33:18 +00:00
iput-object p2, p0, Lw/z/h;->b:Lkotlin/jvm/functions/Function1;
2019-07-24 11:27:29 +00:00
return-void
2019-12-06 03:29:40 +00:00
:cond_0
const-string p1, "getNextValue"
2019-07-24 11:27:29 +00:00
2020-02-20 19:33:18 +00:00
invoke-static {p1}, Lw/u/b/j;->a(Ljava/lang/String;)V
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
throw v0
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
:cond_1
const-string p1, "getInitialValue"
2019-07-24 11:27:29 +00:00
2020-02-20 19:33:18 +00:00
invoke-static {p1}, Lw/u/b/j;->a(Ljava/lang/String;)V
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
throw v0
2019-07-24 11:27:29 +00:00
.end method
# virtual methods
2019-12-06 03:29:40 +00:00
.method public iterator()Ljava/util/Iterator;
2019-07-24 11:27:29 +00:00
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Iterator<",
"TT;>;"
}
.end annotation
2020-02-20 19:33:18 +00:00
new-instance v0, Lw/z/h$a;
2019-07-24 11:27:29 +00:00
2020-02-20 19:33:18 +00:00
invoke-direct {v0, p0}, Lw/z/h$a;-><init>(Lw/z/h;)V
2019-07-24 11:27:29 +00:00
return-object v0
.end method