Changes of com.discord v1349
This commit is contained in:
parent
ee3363e6d6
commit
3f4974bc38
11672 changed files with 479129 additions and 478996 deletions
98
com.discord/smali_classes2/x/r/a.smali
Normal file
98
com.discord/smali_classes2/x/r/a.smali
Normal file
|
@ -0,0 +1,98 @@
|
|||
.class public final Lx/r/a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "SequencesJVM.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
|
||||
.field public final a:Ljava/util/concurrent/atomic/AtomicReference;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/concurrent/atomic/AtomicReference<",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/sequences/Sequence;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "sequence"
|
||||
|
||||
invoke-static {p1, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
new-instance v0, Ljava/util/concurrent/atomic/AtomicReference;
|
||||
|
||||
invoke-direct {v0, p1}, Ljava/util/concurrent/atomic/AtomicReference;-><init>(Ljava/lang/Object;)V
|
||||
|
||||
iput-object v0, p0, Lx/r/a;->a:Ljava/util/concurrent/atomic/AtomicReference;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lx/r/a;->a:Ljava/util/concurrent/atomic/AtomicReference;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/util/concurrent/atomic/AtomicReference;->getAndSet(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, Lkotlin/sequences/Sequence;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-interface {v0}, Lkotlin/sequences/Sequence;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Ljava/lang/IllegalStateException;
|
||||
|
||||
const-string v1, "This sequence can be consumed only once."
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
133
com.discord/smali_classes2/x/r/b.smali
Normal file
133
com.discord/smali_classes2/x/r/b.smali
Normal file
|
@ -0,0 +1,133 @@
|
|||
.class public final Lx/r/b;
|
||||
.super Lx/h/b;
|
||||
.source "Sequences.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
"K:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Lx/h/b<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final f:Ljava/util/HashSet;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/HashSet<",
|
||||
"TK;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final g:Ljava/util/Iterator;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final h:Lkotlin/jvm/functions/Function1;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"TT;TK;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/util/Iterator;Lkotlin/jvm/functions/Function1;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/Iterator<",
|
||||
"+TT;>;",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"-TT;+TK;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "source"
|
||||
|
||||
invoke-static {p1, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "keySelector"
|
||||
|
||||
invoke-static {p2, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-direct {p0}, Lx/h/b;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lx/r/b;->g:Ljava/util/Iterator;
|
||||
|
||||
iput-object p2, p0, Lx/r/b;->h:Lkotlin/jvm/functions/Function1;
|
||||
|
||||
new-instance p1, Ljava/util/HashSet;
|
||||
|
||||
invoke-direct {p1}, Ljava/util/HashSet;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lx/r/b;->f:Ljava/util/HashSet;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a()V
|
||||
.locals 3
|
||||
|
||||
:cond_0
|
||||
iget-object v0, p0, Lx/r/b;->g:Ljava/util/Iterator;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
iget-object v0, p0, Lx/r/b;->g:Ljava/util/Iterator;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
iget-object v1, p0, Lx/r/b;->h:Lkotlin/jvm/functions/Function1;
|
||||
|
||||
invoke-interface {v1, v0}, Lkotlin/jvm/functions/Function1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
iget-object v2, p0, Lx/r/b;->f:Ljava/util/HashSet;
|
||||
|
||||
invoke-virtual {v2, v1}, Ljava/util/HashSet;->add(Ljava/lang/Object;)Z
|
||||
|
||||
move-result v1
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
iput-object v0, p0, Lx/h/b;->e:Ljava/lang/Object;
|
||||
|
||||
sget-object v0, Lx/h/s;->d:Lx/h/s;
|
||||
|
||||
iput-object v0, p0, Lx/h/b;->d:Lx/h/s;
|
||||
|
||||
return-void
|
||||
|
||||
:cond_1
|
||||
sget-object v0, Lx/h/s;->f:Lx/h/s;
|
||||
|
||||
iput-object v0, p0, Lx/h/b;->d:Lx/h/s;
|
||||
|
||||
return-void
|
||||
.end method
|
99
com.discord/smali_classes2/x/r/c.smali
Normal file
99
com.discord/smali_classes2/x/r/c.smali
Normal file
|
@ -0,0 +1,99 @@
|
|||
.class public final Lx/r/c;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/sequences/Sequence;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
"K:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Lkotlin/sequences/Sequence;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final b:Lkotlin/jvm/functions/Function1;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"TT;TK;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"-TT;+TK;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "source"
|
||||
|
||||
invoke-static {p1, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "keySelector"
|
||||
|
||||
invoke-static {p2, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lx/r/c;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
iput-object p2, p0, Lx/r/c;->b:Lkotlin/jvm/functions/Function1;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 3
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Lx/r/b;
|
||||
|
||||
iget-object v1, p0, Lx/r/c;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
invoke-interface {v1}, Lkotlin/sequences/Sequence;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
iget-object v2, p0, Lx/r/c;->b:Lkotlin/jvm/functions/Function1;
|
||||
|
||||
invoke-direct {v0, v1, v2}, Lx/r/b;-><init>(Ljava/util/Iterator;Lkotlin/jvm/functions/Function1;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
146
com.discord/smali_classes2/x/r/d$a.smali
Normal file
146
com.discord/smali_classes2/x/r/d$a.smali
Normal file
|
@ -0,0 +1,146 @@
|
|||
.class public final Lx/r/d$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Iterator;
|
||||
.implements Lx/m/c/x/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lx/r/d;->iterator()Ljava/util/Iterator;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;",
|
||||
"Lx/m/c/x/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:Ljava/util/Iterator;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public e:I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lx/r/d;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iget-object v0, p1, Lx/r/d;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
invoke-interface {v0}, Lkotlin/sequences/Sequence;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
iput-object v0, p0, Lx/r/d$a;->d:Ljava/util/Iterator;
|
||||
|
||||
iget p1, p1, Lx/r/d;->b:I
|
||||
|
||||
iput p1, p0, Lx/r/d$a;->e:I
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final a()V
|
||||
.locals 1
|
||||
|
||||
:goto_0
|
||||
iget v0, p0, Lx/r/d$a;->e:I
|
||||
|
||||
if-lez v0, :cond_0
|
||||
|
||||
iget-object v0, p0, Lx/r/d$a;->d:Ljava/util/Iterator;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
iget-object v0, p0, Lx/r/d$a;->d:Ljava/util/Iterator;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
iget v0, p0, Lx/r/d$a;->e:I
|
||||
|
||||
add-int/lit8 v0, v0, -0x1
|
||||
|
||||
iput v0, p0, Lx/r/d$a;->e:I
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public hasNext()Z
|
||||
.locals 1
|
||||
|
||||
invoke-virtual {p0}, Lx/r/d$a;->a()V
|
||||
|
||||
iget-object v0, p0, Lx/r/d$a;->d:Ljava/util/Iterator;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public next()Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0}, Lx/r/d$a;->a()V
|
||||
|
||||
iget-object v0, p0, Lx/r/d$a;->d:Ljava/util/Iterator;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public remove()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
190
com.discord/smali_classes2/x/r/d.smali
Normal file
190
com.discord/smali_classes2/x/r/d.smali
Normal file
|
@ -0,0 +1,190 @@
|
|||
.class public final Lx/r/d;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/sequences/Sequence;
|
||||
.implements Lx/r/e;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;",
|
||||
"Lx/r/e<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Lkotlin/sequences/Sequence;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final b:I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/sequences/Sequence;I)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;I)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "sequence"
|
||||
|
||||
invoke-static {p1, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lx/r/d;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
iput p2, p0, Lx/r/d;->b:I
|
||||
|
||||
if-ltz p2, :cond_0
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
:goto_0
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
return-void
|
||||
|
||||
:cond_1
|
||||
new-instance p1, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {p1}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
const-string v0, "count must be non-negative, but was "
|
||||
|
||||
invoke-virtual {p1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {p1, p2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const/16 p2, 0x2e
|
||||
|
||||
invoke-virtual {p1, p2}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
new-instance p2, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {p2, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p2
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public drop(I)Lkotlin/sequences/Sequence;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget v0, p0, Lx/r/d;->b:I
|
||||
|
||||
add-int/2addr v0, p1
|
||||
|
||||
if-gez v0, :cond_0
|
||||
|
||||
new-instance v0, Lx/r/d;
|
||||
|
||||
invoke-direct {v0, p0, p1}, Lx/r/d;-><init>(Lkotlin/sequences/Sequence;I)V
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
new-instance p1, Lx/r/d;
|
||||
|
||||
iget-object v1, p0, Lx/r/d;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
invoke-direct {p1, v1, v0}, Lx/r/d;-><init>(Lkotlin/sequences/Sequence;I)V
|
||||
|
||||
move-object v0, p1
|
||||
|
||||
:goto_0
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Lx/r/d$a;
|
||||
|
||||
invoke-direct {v0, p0}, Lx/r/d$a;-><init>(Lx/r/d;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public take(I)Lkotlin/sequences/Sequence;
|
||||
.locals 3
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget v0, p0, Lx/r/d;->b:I
|
||||
|
||||
add-int v1, v0, p1
|
||||
|
||||
if-gez v1, :cond_0
|
||||
|
||||
new-instance v0, Lx/r/u;
|
||||
|
||||
invoke-direct {v0, p0, p1}, Lx/r/u;-><init>(Lkotlin/sequences/Sequence;I)V
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
new-instance p1, Lx/r/t;
|
||||
|
||||
iget-object v2, p0, Lx/r/d;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
invoke-direct {p1, v2, v0, v1}, Lx/r/t;-><init>(Lkotlin/sequences/Sequence;II)V
|
||||
|
||||
move-object v0, p1
|
||||
|
||||
:goto_0
|
||||
return-object v0
|
||||
.end method
|
41
com.discord/smali_classes2/x/r/e.smali
Normal file
41
com.discord/smali_classes2/x/r/e.smali
Normal file
|
@ -0,0 +1,41 @@
|
|||
.class public interface abstract Lx/r/e;
|
||||
.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
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract drop(I)Lkotlin/sequences/Sequence;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public abstract take(I)Lkotlin/sequences/Sequence;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
59
com.discord/smali_classes2/x/r/f.smali
Normal file
59
com.discord/smali_classes2/x/r/f.smali
Normal file
|
@ -0,0 +1,59 @@
|
|||
.class public final Lx/r/f;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/sequences/Sequence;
|
||||
.implements Lx/r/e;
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final a:Lx/r/f;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lx/r/f;
|
||||
|
||||
invoke-direct {v0}, Lx/r/f;-><init>()V
|
||||
|
||||
sput-object v0, Lx/r/f;->a:Lx/r/f;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public bridge synthetic drop(I)Lkotlin/sequences/Sequence;
|
||||
.locals 0
|
||||
|
||||
sget-object p1, Lx/r/f;->a:Lx/r/f;
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lx/h/k;->d:Lx/h/k;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public bridge synthetic take(I)Lkotlin/sequences/Sequence;
|
||||
.locals 0
|
||||
|
||||
sget-object p1, Lx/r/f;->a:Lx/r/f;
|
||||
|
||||
return-object p1
|
||||
.end method
|
213
com.discord/smali_classes2/x/r/g$a.smali
Normal file
213
com.discord/smali_classes2/x/r/g$a.smali
Normal file
|
@ -0,0 +1,213 @@
|
|||
.class public final Lx/r/g$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Iterator;
|
||||
.implements Lx/m/c/x/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lx/r/g;->iterator()Ljava/util/Iterator;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;",
|
||||
"Lx/m/c/x/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:Ljava/util/Iterator;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public e:I
|
||||
|
||||
.field public f:Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"TT;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final synthetic g:Lx/r/g;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lx/r/g;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iput-object p1, p0, Lx/r/g$a;->g:Lx/r/g;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iget-object p1, p1, Lx/r/g;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
invoke-interface {p1}, Lkotlin/sequences/Sequence;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
iput-object p1, p0, Lx/r/g$a;->d:Ljava/util/Iterator;
|
||||
|
||||
const/4 p1, -0x1
|
||||
|
||||
iput p1, p0, Lx/r/g$a;->e:I
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final a()V
|
||||
.locals 3
|
||||
|
||||
:cond_0
|
||||
iget-object v0, p0, Lx/r/g$a;->d:Ljava/util/Iterator;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
iget-object v0, p0, Lx/r/g$a;->d:Ljava/util/Iterator;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
iget-object v1, p0, Lx/r/g$a;->g:Lx/r/g;
|
||||
|
||||
iget-object v1, v1, Lx/r/g;->c:Lkotlin/jvm/functions/Function1;
|
||||
|
||||
invoke-interface {v1, v0}, Lkotlin/jvm/functions/Function1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
check-cast v1, Ljava/lang/Boolean;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Boolean;->booleanValue()Z
|
||||
|
||||
move-result v1
|
||||
|
||||
iget-object v2, p0, Lx/r/g$a;->g:Lx/r/g;
|
||||
|
||||
iget-boolean v2, v2, Lx/r/g;->b:Z
|
||||
|
||||
if-ne v1, v2, :cond_0
|
||||
|
||||
iput-object v0, p0, Lx/r/g$a;->f:Ljava/lang/Object;
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
iput v0, p0, Lx/r/g$a;->e:I
|
||||
|
||||
return-void
|
||||
|
||||
:cond_1
|
||||
const/4 v0, 0x0
|
||||
|
||||
iput v0, p0, Lx/r/g$a;->e:I
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public hasNext()Z
|
||||
.locals 2
|
||||
|
||||
iget v0, p0, Lx/r/g$a;->e:I
|
||||
|
||||
const/4 v1, -0x1
|
||||
|
||||
if-ne v0, v1, :cond_0
|
||||
|
||||
invoke-virtual {p0}, Lx/r/g$a;->a()V
|
||||
|
||||
:cond_0
|
||||
iget v0, p0, Lx/r/g$a;->e:I
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
if-ne v0, v1, :cond_1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
const/4 v1, 0x0
|
||||
|
||||
:goto_0
|
||||
return v1
|
||||
.end method
|
||||
|
||||
.method public next()Ljava/lang/Object;
|
||||
.locals 3
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget v0, p0, Lx/r/g$a;->e:I
|
||||
|
||||
const/4 v1, -0x1
|
||||
|
||||
if-ne v0, v1, :cond_0
|
||||
|
||||
invoke-virtual {p0}, Lx/r/g$a;->a()V
|
||||
|
||||
:cond_0
|
||||
iget v0, p0, Lx/r/g$a;->e:I
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
iget-object v0, p0, Lx/r/g$a;->f:Ljava/lang/Object;
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
iput-object v2, p0, Lx/r/g$a;->f:Ljava/lang/Object;
|
||||
|
||||
iput v1, p0, Lx/r/g$a;->e:I
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_1
|
||||
new-instance v0, Ljava/util/NoSuchElementException;
|
||||
|
||||
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public remove()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
97
com.discord/smali_classes2/x/r/g.smali
Normal file
97
com.discord/smali_classes2/x/r/g.smali
Normal file
|
@ -0,0 +1,97 @@
|
|||
.class public final Lx/r/g;
|
||||
.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
|
||||
.field public final a:Lkotlin/sequences/Sequence;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final b:Z
|
||||
|
||||
.field public final c:Lkotlin/jvm/functions/Function1;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"TT;",
|
||||
"Ljava/lang/Boolean;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/sequences/Sequence;ZLkotlin/jvm/functions/Function1;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;Z",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"-TT;",
|
||||
"Ljava/lang/Boolean;",
|
||||
">;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "sequence"
|
||||
|
||||
invoke-static {p1, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "predicate"
|
||||
|
||||
invoke-static {p3, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lx/r/g;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
iput-boolean p2, p0, Lx/r/g;->b:Z
|
||||
|
||||
iput-object p3, p0, Lx/r/g;->c:Lkotlin/jvm/functions/Function1;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Lx/r/g$a;
|
||||
|
||||
invoke-direct {v0, p0}, Lx/r/g$a;-><init>(Lx/r/g;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
201
com.discord/smali_classes2/x/r/h$a.smali
Normal file
201
com.discord/smali_classes2/x/r/h$a.smali
Normal file
|
@ -0,0 +1,201 @@
|
|||
.class public final Lx/r/h$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Iterator;
|
||||
.implements Lx/m/c/x/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lx/r/h;->iterator()Ljava/util/Iterator;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/util/Iterator<",
|
||||
"TE;>;",
|
||||
"Lx/m/c/x/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:Ljava/util/Iterator;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public e:Ljava/util/Iterator;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/Iterator<",
|
||||
"+TE;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final synthetic f:Lx/r/h;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lx/r/h;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iput-object p1, p0, Lx/r/h$a;->f:Lx/r/h;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iget-object p1, p1, Lx/r/h;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
invoke-interface {p1}, Lkotlin/sequences/Sequence;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
iput-object p1, p0, Lx/r/h$a;->d:Ljava/util/Iterator;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final a()Z
|
||||
.locals 4
|
||||
|
||||
iget-object v0, p0, Lx/r/h$a;->e:Ljava/util/Iterator;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
iput-object v0, p0, Lx/r/h$a;->e:Ljava/util/Iterator;
|
||||
|
||||
:cond_0
|
||||
iget-object v0, p0, Lx/r/h$a;->e:Ljava/util/Iterator;
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
if-nez v0, :cond_2
|
||||
|
||||
iget-object v0, p0, Lx/r/h$a;->d:Ljava/util/Iterator;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-nez v0, :cond_1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
|
||||
:cond_1
|
||||
iget-object v0, p0, Lx/r/h$a;->d:Ljava/util/Iterator;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
iget-object v2, p0, Lx/r/h$a;->f:Lx/r/h;
|
||||
|
||||
iget-object v3, v2, Lx/r/h;->c:Lkotlin/jvm/functions/Function1;
|
||||
|
||||
iget-object v2, v2, Lx/r/h;->b:Lkotlin/jvm/functions/Function1;
|
||||
|
||||
invoke-interface {v2, v0}, Lkotlin/jvm/functions/Function1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-interface {v3, v0}, Lkotlin/jvm/functions/Function1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, Ljava/util/Iterator;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v2
|
||||
|
||||
if-eqz v2, :cond_0
|
||||
|
||||
iput-object v0, p0, Lx/r/h$a;->e:Ljava/util/Iterator;
|
||||
|
||||
:cond_2
|
||||
return v1
|
||||
.end method
|
||||
|
||||
.method public hasNext()Z
|
||||
.locals 1
|
||||
|
||||
invoke-virtual {p0}, Lx/r/h$a;->a()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public next()Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()TE;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0}, Lx/r/h$a;->a()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
iget-object v0, p0, Lx/r/h$a;->e:Ljava/util/Iterator;
|
||||
|
||||
invoke-static {v0}, Lx/m/c/j;->checkNotNull(Ljava/lang/Object;)V
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Ljava/util/NoSuchElementException;
|
||||
|
||||
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public remove()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
114
com.discord/smali_classes2/x/r/h.smali
Normal file
114
com.discord/smali_classes2/x/r/h.smali
Normal file
|
@ -0,0 +1,114 @@
|
|||
.class public final Lx/r/h;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/sequences/Sequence;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
"R:",
|
||||
"Ljava/lang/Object;",
|
||||
"E:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TE;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Lkotlin/sequences/Sequence;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final b:Lkotlin/jvm/functions/Function1;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"TT;TR;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final c:Lkotlin/jvm/functions/Function1;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"TR;",
|
||||
"Ljava/util/Iterator<",
|
||||
"TE;>;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"-TT;+TR;>;",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"-TR;+",
|
||||
"Ljava/util/Iterator<",
|
||||
"+TE;>;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "sequence"
|
||||
|
||||
invoke-static {p1, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "transformer"
|
||||
|
||||
invoke-static {p2, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "iterator"
|
||||
|
||||
invoke-static {p3, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lx/r/h;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
iput-object p2, p0, Lx/r/h;->b:Lkotlin/jvm/functions/Function1;
|
||||
|
||||
iput-object p3, p0, Lx/r/h;->c:Lkotlin/jvm/functions/Function1;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Iterator<",
|
||||
"TE;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Lx/r/h$a;
|
||||
|
||||
invoke-direct {v0, p0}, Lx/r/h$a;-><init>(Lx/r/h;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
190
com.discord/smali_classes2/x/r/i$a.smali
Normal file
190
com.discord/smali_classes2/x/r/i$a.smali
Normal file
|
@ -0,0 +1,190 @@
|
|||
.class public final Lx/r/i$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Iterator;
|
||||
.implements Lx/m/c/x/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lx/r/i;->iterator()Ljava/util/Iterator;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;",
|
||||
"Lx/m/c/x/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public d:Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"TT;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public e:I
|
||||
|
||||
.field public final synthetic f:Lx/r/i;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lx/r/i;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iput-object p1, p0, Lx/r/i$a;->f:Lx/r/i;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
const/4 p1, -0x2
|
||||
|
||||
iput p1, p0, Lx/r/i$a;->e:I
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final a()V
|
||||
.locals 2
|
||||
|
||||
iget v0, p0, Lx/r/i$a;->e:I
|
||||
|
||||
const/4 v1, -0x2
|
||||
|
||||
if-ne v0, v1, :cond_0
|
||||
|
||||
iget-object v0, p0, Lx/r/i$a;->f:Lx/r/i;
|
||||
|
||||
iget-object v0, v0, Lx/r/i;->a:Lkotlin/jvm/functions/Function0;
|
||||
|
||||
invoke-interface {v0}, Lkotlin/jvm/functions/Function0;->invoke()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
iget-object v0, p0, Lx/r/i$a;->f:Lx/r/i;
|
||||
|
||||
iget-object v0, v0, Lx/r/i;->b:Lkotlin/jvm/functions/Function1;
|
||||
|
||||
iget-object v1, p0, Lx/r/i$a;->d:Ljava/lang/Object;
|
||||
|
||||
invoke-static {v1}, Lx/m/c/j;->checkNotNull(Ljava/lang/Object;)V
|
||||
|
||||
invoke-interface {v0, v1}, Lkotlin/jvm/functions/Function1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
:goto_0
|
||||
iput-object v0, p0, Lx/r/i$a;->d:Ljava/lang/Object;
|
||||
|
||||
if-nez v0, :cond_1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
const/4 v0, 0x1
|
||||
|
||||
:goto_1
|
||||
iput v0, p0, Lx/r/i$a;->e:I
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public hasNext()Z
|
||||
.locals 2
|
||||
|
||||
iget v0, p0, Lx/r/i$a;->e:I
|
||||
|
||||
if-gez v0, :cond_0
|
||||
|
||||
invoke-virtual {p0}, Lx/r/i$a;->a()V
|
||||
|
||||
:cond_0
|
||||
iget v0, p0, Lx/r/i$a;->e:I
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
if-ne v0, v1, :cond_1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
const/4 v1, 0x0
|
||||
|
||||
:goto_0
|
||||
return v1
|
||||
.end method
|
||||
|
||||
.method public next()Ljava/lang/Object;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget v0, p0, Lx/r/i$a;->e:I
|
||||
|
||||
if-gez v0, :cond_0
|
||||
|
||||
invoke-virtual {p0}, Lx/r/i$a;->a()V
|
||||
|
||||
:cond_0
|
||||
iget v0, p0, Lx/r/i$a;->e:I
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
iget-object v0, p0, Lx/r/i$a;->d:Ljava/lang/Object;
|
||||
|
||||
const-string v1, "null cannot be cast to non-null type T"
|
||||
|
||||
invoke-static {v0, v1}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
||||
|
||||
const/4 v1, -0x1
|
||||
|
||||
iput v1, p0, Lx/r/i$a;->e:I
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_1
|
||||
new-instance v0, Ljava/util/NoSuchElementException;
|
||||
|
||||
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public remove()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
89
com.discord/smali_classes2/x/r/i.smali
Normal file
89
com.discord/smali_classes2/x/r/i.smali
Normal file
|
@ -0,0 +1,89 @@
|
|||
.class public final Lx/r/i;
|
||||
.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
|
||||
.field public final a:Lkotlin/jvm/functions/Function0;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/jvm/functions/Function0<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final b:Lkotlin/jvm/functions/Function1;
|
||||
.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
|
||||
|
||||
const-string v0, "getInitialValue"
|
||||
|
||||
invoke-static {p1, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "getNextValue"
|
||||
|
||||
invoke-static {p2, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lx/r/i;->a:Lkotlin/jvm/functions/Function0;
|
||||
|
||||
iput-object p2, p0, Lx/r/i;->b:Lkotlin/jvm/functions/Function1;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Lx/r/i$a;
|
||||
|
||||
invoke-direct {v0, p0}, Lx/r/i$a;-><init>(Lx/r/i;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
3
com.discord/smali_classes2/x/r/j.smali
Normal file
3
com.discord/smali_classes2/x/r/j.smali
Normal file
|
@ -0,0 +1,3 @@
|
|||
.class public Lx/r/j;
|
||||
.super Ljava/lang/Object;
|
||||
.source "SequencesJVM.kt"
|
49
com.discord/smali_classes2/x/r/k.smali
Normal file
49
com.discord/smali_classes2/x/r/k.smali
Normal file
|
@ -0,0 +1,49 @@
|
|||
.class public final Lx/r/k;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/sequences/Sequence;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic a:Ljava/util/Iterator;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/util/Iterator;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lx/r/k;->a:Ljava/util/Iterator;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lx/r/k;->a:Ljava/util/Iterator;
|
||||
|
||||
return-object v0
|
||||
.end method
|
65
com.discord/smali_classes2/x/r/l.smali
Normal file
65
com.discord/smali_classes2/x/r/l.smali
Normal file
|
@ -0,0 +1,65 @@
|
|||
.class public final Lx/r/l;
|
||||
.super Lx/m/c/k;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/jvm/functions/Function1;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lx/m/c/k;",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;",
|
||||
"Ljava/util/Iterator<",
|
||||
"+TT;>;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final d:Lx/r/l;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lx/r/l;
|
||||
|
||||
invoke-direct {v0}, Lx/r/l;-><init>()V
|
||||
|
||||
sput-object v0, Lx/r/l;->d:Lx/r/l;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
invoke-direct {p0, v0}, Lx/m/c/k;-><init>(I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public invoke(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
check-cast p1, Lkotlin/sequences/Sequence;
|
||||
|
||||
const-string v0, "it"
|
||||
|
||||
invoke-static {p1, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-interface {p1}, Lkotlin/sequences/Sequence;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
65
com.discord/smali_classes2/x/r/m.smali
Normal file
65
com.discord/smali_classes2/x/r/m.smali
Normal file
|
@ -0,0 +1,65 @@
|
|||
.class public final Lx/r/m;
|
||||
.super Lx/m/c/k;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/jvm/functions/Function1;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lx/m/c/k;",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"Ljava/lang/Iterable<",
|
||||
"+TT;>;",
|
||||
"Ljava/util/Iterator<",
|
||||
"+TT;>;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final d:Lx/r/m;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lx/r/m;
|
||||
|
||||
invoke-direct {v0}, Lx/r/m;-><init>()V
|
||||
|
||||
sput-object v0, Lx/r/m;->d:Lx/r/m;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
invoke-direct {p0, v0}, Lx/m/c/k;-><init>(I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public invoke(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
check-cast p1, Ljava/lang/Iterable;
|
||||
|
||||
const-string v0, "it"
|
||||
|
||||
invoke-static {p1, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-interface {p1}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
57
com.discord/smali_classes2/x/r/n.smali
Normal file
57
com.discord/smali_classes2/x/r/n.smali
Normal file
|
@ -0,0 +1,57 @@
|
|||
.class public final Lx/r/n;
|
||||
.super Lx/m/c/k;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/jvm/functions/Function1;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lx/m/c/k;",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"TT;TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final d:Lx/r/n;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lx/r/n;
|
||||
|
||||
invoke-direct {v0}, Lx/r/n;-><init>()V
|
||||
|
||||
sput-object v0, Lx/r/n;->d:Lx/r/n;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
invoke-direct {p0, v0}, Lx/m/c/k;-><init>(I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final invoke(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TT;)TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
return-object p1
|
||||
.end method
|
3
com.discord/smali_classes2/x/r/o.smali
Normal file
3
com.discord/smali_classes2/x/r/o.smali
Normal file
|
@ -0,0 +1,3 @@
|
|||
.class public Lx/r/o;
|
||||
.super Lx/r/j;
|
||||
.source "Sequences.kt"
|
3
com.discord/smali_classes2/x/r/p.smali
Normal file
3
com.discord/smali_classes2/x/r/p.smali
Normal file
|
@ -0,0 +1,3 @@
|
|||
.class public Lx/r/p;
|
||||
.super Lx/r/o;
|
||||
.source "_SequencesJvm.kt"
|
64
com.discord/smali_classes2/x/r/q$a.smali
Normal file
64
com.discord/smali_classes2/x/r/q$a.smali
Normal file
|
@ -0,0 +1,64 @@
|
|||
.class public final Lx/r/q$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Iterables.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/Iterable;
|
||||
.implements Lx/m/c/x/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lx/r/q;->asIterable(Lkotlin/sequences/Sequence;)Ljava/lang/Iterable;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/lang/Iterable<",
|
||||
"TT;>;",
|
||||
"Lx/m/c/x/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic d:Lkotlin/sequences/Sequence;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/sequences/Sequence;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lx/r/q$a;->d:Lkotlin/sequences/Sequence;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lx/r/q$a;->d:Lkotlin/sequences/Sequence;
|
||||
|
||||
invoke-interface {v0}, Lkotlin/sequences/Sequence;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
77
com.discord/smali_classes2/x/r/q$b.smali
Normal file
77
com.discord/smali_classes2/x/r/q$b.smali
Normal file
|
@ -0,0 +1,77 @@
|
|||
.class public final Lx/r/q$b;
|
||||
.super Lx/m/c/k;
|
||||
.source "_Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/jvm/functions/Function1;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lx/r/q;->filterNotNull(Lkotlin/sequences/Sequence;)Lkotlin/sequences/Sequence;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lx/m/c/k;",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"TT;",
|
||||
"Ljava/lang/Boolean;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final d:Lx/r/q$b;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lx/r/q$b;
|
||||
|
||||
invoke-direct {v0}, Lx/r/q$b;-><init>()V
|
||||
|
||||
sput-object v0, Lx/r/q$b;->d:Lx/r/q$b;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
invoke-direct {p0, v0}, Lx/m/c/k;-><init>(I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public invoke(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
|
||||
if-nez p1, :cond_0
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
:goto_0
|
||||
invoke-static {p1}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
83
com.discord/smali_classes2/x/r/q$c.smali
Normal file
83
com.discord/smali_classes2/x/r/q$c.smali
Normal file
|
@ -0,0 +1,83 @@
|
|||
.class public final Lx/r/q$c;
|
||||
.super Ljava/lang/Object;
|
||||
.source "_Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/sequences/Sequence;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lx/r/q;->sortedWith(Lkotlin/sequences/Sequence;Ljava/util/Comparator;)Lkotlin/sequences/Sequence;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic a:Lkotlin/sequences/Sequence;
|
||||
|
||||
.field public final synthetic b:Ljava/util/Comparator;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/sequences/Sequence;Ljava/util/Comparator;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;",
|
||||
"Ljava/util/Comparator;",
|
||||
")V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iput-object p1, p0, Lx/r/q$c;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
iput-object p2, p0, Lx/r/q$c;->b:Ljava/util/Comparator;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lx/r/q$c;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
invoke-static {v0}, Lx/r/q;->toMutableList(Lkotlin/sequences/Sequence;)Ljava/util/List;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
iget-object v1, p0, Lx/r/q$c;->b:Ljava/util/Comparator;
|
||||
|
||||
invoke-static {v0, v1}, Lf/h/a/f/f/n/g;->sortWith(Ljava/util/List;Ljava/util/Comparator;)V
|
||||
|
||||
invoke-interface {v0}, Ljava/util/List;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
733
com.discord/smali_classes2/x/r/q.smali
Normal file
733
com.discord/smali_classes2/x/r/q.smali
Normal file
|
@ -0,0 +1,733 @@
|
|||
.class public Lx/r/q;
|
||||
.super Lx/r/p;
|
||||
.source "_Sequences.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static final asIterable(Lkotlin/sequences/Sequence;)Ljava/lang/Iterable;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;)",
|
||||
"Ljava/lang/Iterable<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$asIterable"
|
||||
|
||||
invoke-static {p0, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
new-instance v0, Lx/r/q$a;
|
||||
|
||||
invoke-direct {v0, p0}, Lx/r/q$a;-><init>(Lkotlin/sequences/Sequence;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public static final drop(Lkotlin/sequences/Sequence;I)Lkotlin/sequences/Sequence;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;I)",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$drop"
|
||||
|
||||
invoke-static {p0, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
if-ltz p1, :cond_0
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
if-nez p1, :cond_1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
instance-of v0, p0, Lx/r/e;
|
||||
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
check-cast p0, Lx/r/e;
|
||||
|
||||
invoke-interface {p0, p1}, Lx/r/e;->drop(I)Lkotlin/sequences/Sequence;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_2
|
||||
new-instance v0, Lx/r/d;
|
||||
|
||||
invoke-direct {v0, p0, p1}, Lx/r/d;-><init>(Lkotlin/sequences/Sequence;I)V
|
||||
|
||||
move-object p0, v0
|
||||
|
||||
:goto_1
|
||||
return-object p0
|
||||
|
||||
:cond_3
|
||||
const-string p0, "Requested element count "
|
||||
|
||||
const-string v0, " is less than zero."
|
||||
|
||||
invoke-static {p0, p1, v0}, Lf/e/c/a/a;->k(Ljava/lang/String;ILjava/lang/String;)Ljava/lang/String;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
new-instance p1, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
invoke-virtual {p0}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
invoke-direct {p1, p0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public static final filter(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/Sequence;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"-TT;",
|
||||
"Ljava/lang/Boolean;",
|
||||
">;)",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$filter"
|
||||
|
||||
invoke-static {p0, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "predicate"
|
||||
|
||||
invoke-static {p1, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
new-instance v0, Lx/r/g;
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
invoke-direct {v0, p0, v1, p1}, Lx/r/g;-><init>(Lkotlin/sequences/Sequence;ZLkotlin/jvm/functions/Function1;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public static final filterNot(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/Sequence;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"-TT;",
|
||||
"Ljava/lang/Boolean;",
|
||||
">;)",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$filterNot"
|
||||
|
||||
invoke-static {p0, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "predicate"
|
||||
|
||||
invoke-static {p1, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
new-instance v0, Lx/r/g;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-direct {v0, p0, v1, p1}, Lx/r/g;-><init>(Lkotlin/sequences/Sequence;ZLkotlin/jvm/functions/Function1;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public static final filterNotNull(Lkotlin/sequences/Sequence;)Lkotlin/sequences/Sequence;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;)",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$filterNotNull"
|
||||
|
||||
invoke-static {p0, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
sget-object v0, Lx/r/q$b;->d:Lx/r/q$b;
|
||||
|
||||
invoke-static {p0, v0}, Lx/r/q;->filterNot(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/Sequence;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public static final firstOrNull(Lkotlin/sequences/Sequence;)Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;)TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$firstOrNull"
|
||||
|
||||
invoke-static {p0, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-interface {p0}, Lkotlin/sequences/Sequence;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
invoke-interface {p0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
const/4 p0, 0x0
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_0
|
||||
invoke-interface {p0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public static joinToString$default(Lkotlin/sequences/Sequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;ILjava/lang/CharSequence;Lkotlin/jvm/functions/Function1;I)Ljava/lang/String;
|
||||
.locals 5
|
||||
|
||||
and-int/lit8 p2, p7, 0x1
|
||||
|
||||
if-eqz p2, :cond_0
|
||||
|
||||
const-string p1, ", "
|
||||
|
||||
:cond_0
|
||||
and-int/lit8 p2, p7, 0x2
|
||||
|
||||
const-string p3, ""
|
||||
|
||||
const/4 p5, 0x0
|
||||
|
||||
if-eqz p2, :cond_1
|
||||
|
||||
move-object p2, p3
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
move-object p2, p5
|
||||
|
||||
:goto_0
|
||||
and-int/lit8 p6, p7, 0x4
|
||||
|
||||
if-eqz p6, :cond_2
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_2
|
||||
move-object p3, p5
|
||||
|
||||
:goto_1
|
||||
and-int/lit8 p6, p7, 0x8
|
||||
|
||||
if-eqz p6, :cond_3
|
||||
|
||||
const/4 p4, -0x1
|
||||
|
||||
:cond_3
|
||||
and-int/lit8 p6, p7, 0x10
|
||||
|
||||
if-eqz p6, :cond_4
|
||||
|
||||
const-string p6, "..."
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:cond_4
|
||||
move-object p6, p5
|
||||
|
||||
:goto_2
|
||||
and-int/lit8 p7, p7, 0x20
|
||||
|
||||
const-string p7, "$this$joinToString"
|
||||
|
||||
invoke-static {p0, p7}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string p7, "separator"
|
||||
|
||||
invoke-static {p1, p7}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "prefix"
|
||||
|
||||
invoke-static {p2, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v1, "postfix"
|
||||
|
||||
invoke-static {p3, v1}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v2, "truncated"
|
||||
|
||||
invoke-static {p6, v2}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
new-instance v3, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v3}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
const-string v4, "$this$joinTo"
|
||||
|
||||
invoke-static {p0, v4}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v4, "buffer"
|
||||
|
||||
invoke-static {v3, v4}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-static {p1, p7}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-static {p2, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-static {p3, v1}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-static {p6, v2}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v3, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
|
||||
|
||||
invoke-interface {p0}, Lkotlin/sequences/Sequence;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
const/4 p2, 0x0
|
||||
|
||||
:goto_3
|
||||
invoke-interface {p0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result p7
|
||||
|
||||
if-eqz p7, :cond_7
|
||||
|
||||
invoke-interface {p0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object p7
|
||||
|
||||
add-int/lit8 p2, p2, 0x1
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
if-le p2, v0, :cond_5
|
||||
|
||||
invoke-virtual {v3, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
|
||||
|
||||
:cond_5
|
||||
if-ltz p4, :cond_6
|
||||
|
||||
if-gt p2, p4, :cond_7
|
||||
|
||||
:cond_6
|
||||
invoke-static {v3, p7, p5}, Lx/s/h;->appendElement(Ljava/lang/Appendable;Ljava/lang/Object;Lkotlin/jvm/functions/Function1;)V
|
||||
|
||||
goto :goto_3
|
||||
|
||||
:cond_7
|
||||
if-ltz p4, :cond_8
|
||||
|
||||
if-le p2, p4, :cond_8
|
||||
|
||||
invoke-virtual {v3, p6}, Ljava/lang/StringBuilder;->append(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
|
||||
|
||||
:cond_8
|
||||
invoke-virtual {v3, p3}, Ljava/lang/StringBuilder;->append(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
|
||||
|
||||
invoke-virtual {v3}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
const-string p1, "joinTo(StringBuilder(), \u2026ed, transform).toString()"
|
||||
|
||||
invoke-static {p0, p1}, Lx/m/c/j;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public static final map(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/Sequence;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
"R:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"-TT;+TR;>;)",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TR;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$map"
|
||||
|
||||
invoke-static {p0, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "transform"
|
||||
|
||||
invoke-static {p1, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
new-instance v0, Lx/r/v;
|
||||
|
||||
invoke-direct {v0, p0, p1}, Lx/r/v;-><init>(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public static final mapNotNull(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/Sequence;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
"R:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"-TT;+TR;>;)",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TR;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$mapNotNull"
|
||||
|
||||
invoke-static {p0, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "transform"
|
||||
|
||||
invoke-static {p1, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
new-instance v0, Lx/r/v;
|
||||
|
||||
invoke-direct {v0, p0, p1}, Lx/r/v;-><init>(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)V
|
||||
|
||||
invoke-static {v0}, Lx/r/q;->filterNotNull(Lkotlin/sequences/Sequence;)Lkotlin/sequences/Sequence;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public static final plus(Lkotlin/sequences/Sequence;Lkotlin/sequences/Sequence;)Lkotlin/sequences/Sequence;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;)",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$plus"
|
||||
|
||||
invoke-static {p0, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "elements"
|
||||
|
||||
invoke-static {p1, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const/4 v0, 0x2
|
||||
|
||||
new-array v0, v0, [Lkotlin/sequences/Sequence;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
aput-object p0, v0, v1
|
||||
|
||||
const/4 p0, 0x1
|
||||
|
||||
aput-object p1, v0, p0
|
||||
|
||||
invoke-static {v0}, Lf/h/a/f/f/n/g;->sequenceOf([Ljava/lang/Object;)Lkotlin/sequences/Sequence;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
const-string p1, "$this$flatten"
|
||||
|
||||
invoke-static {p0, p1}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
sget-object p1, Lx/r/l;->d:Lx/r/l;
|
||||
|
||||
invoke-static {p0, p1}, Lf/h/a/f/f/n/g;->q(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/Sequence;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public static final sortedWith(Lkotlin/sequences/Sequence;Ljava/util/Comparator;)Lkotlin/sequences/Sequence;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;",
|
||||
"Ljava/util/Comparator<",
|
||||
"-TT;>;)",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$sortedWith"
|
||||
|
||||
invoke-static {p0, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "comparator"
|
||||
|
||||
invoke-static {p1, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
new-instance v0, Lx/r/q$c;
|
||||
|
||||
invoke-direct {v0, p0, p1}, Lx/r/q$c;-><init>(Lkotlin/sequences/Sequence;Ljava/util/Comparator;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public static final take(Lkotlin/sequences/Sequence;I)Lkotlin/sequences/Sequence;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;I)",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$take"
|
||||
|
||||
invoke-static {p0, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
if-ltz p1, :cond_0
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
if-nez p1, :cond_1
|
||||
|
||||
sget-object p0, Lx/r/f;->a:Lx/r/f;
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
instance-of v0, p0, Lx/r/e;
|
||||
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
check-cast p0, Lx/r/e;
|
||||
|
||||
invoke-interface {p0, p1}, Lx/r/e;->take(I)Lkotlin/sequences/Sequence;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_2
|
||||
new-instance v0, Lx/r/u;
|
||||
|
||||
invoke-direct {v0, p0, p1}, Lx/r/u;-><init>(Lkotlin/sequences/Sequence;I)V
|
||||
|
||||
move-object p0, v0
|
||||
|
||||
:goto_1
|
||||
return-object p0
|
||||
|
||||
:cond_3
|
||||
const-string p0, "Requested element count "
|
||||
|
||||
const-string v0, " is less than zero."
|
||||
|
||||
invoke-static {p0, p1, v0}, Lf/e/c/a/a;->k(Ljava/lang/String;ILjava/lang/String;)Ljava/lang/String;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
new-instance p1, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
invoke-virtual {p0}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
invoke-direct {p1, p0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public static final toCollection(Lkotlin/sequences/Sequence;Ljava/util/Collection;)Ljava/util/Collection;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
"C::",
|
||||
"Ljava/util/Collection<",
|
||||
"-TT;>;>(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;TC;)TC;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$toCollection"
|
||||
|
||||
invoke-static {p0, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "destination"
|
||||
|
||||
invoke-static {p1, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-interface {p0}, Lkotlin/sequences/Sequence;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
:goto_0
|
||||
invoke-interface {p0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-interface {p0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-interface {p1, v0}, Ljava/util/Collection;->add(Ljava/lang/Object;)Z
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public static final toList(Lkotlin/sequences/Sequence;)Ljava/util/List;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;)",
|
||||
"Ljava/util/List<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$toList"
|
||||
|
||||
invoke-static {p0, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-static {p0}, Lx/r/q;->toMutableList(Lkotlin/sequences/Sequence;)Ljava/util/List;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
invoke-static {p0}, Lx/h/f;->optimizeReadOnlyList(Ljava/util/List;)Ljava/util/List;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public static final toMutableList(Lkotlin/sequences/Sequence;)Ljava/util/List;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;)",
|
||||
"Ljava/util/List<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$toMutableList"
|
||||
|
||||
invoke-static {p0, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
new-instance v0, Ljava/util/ArrayList;
|
||||
|
||||
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
|
||||
|
||||
invoke-static {p0, v0}, Lx/r/q;->toCollection(Lkotlin/sequences/Sequence;Ljava/util/Collection;)Ljava/util/Collection;
|
||||
|
||||
check-cast v0, Ljava/util/List;
|
||||
|
||||
return-object v0
|
||||
.end method
|
57
com.discord/smali_classes2/x/r/r.smali
Normal file
57
com.discord/smali_classes2/x/r/r.smali
Normal file
|
@ -0,0 +1,57 @@
|
|||
.class public final Lx/r/r;
|
||||
.super Lx/m/c/k;
|
||||
.source "_Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/jvm/functions/Function1;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lx/m/c/k;",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"TT;TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final d:Lx/r/r;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lx/r/r;
|
||||
|
||||
invoke-direct {v0}, Lx/r/r;-><init>()V
|
||||
|
||||
sput-object v0, Lx/r/r;->d:Lx/r/r;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
invoke-direct {p0, v0}, Lx/m/c/k;-><init>(I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final invoke(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TT;)TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
return-object p1
|
||||
.end method
|
66
com.discord/smali_classes2/x/r/s.smali
Normal file
66
com.discord/smali_classes2/x/r/s.smali
Normal file
|
@ -0,0 +1,66 @@
|
|||
.class public final Lx/r/s;
|
||||
.super Ljava/lang/Object;
|
||||
.source "_Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/sequences/Sequence;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic a:Lkotlin/sequences/Sequence;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/sequences/Sequence;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iput-object p1, p0, Lx/r/s;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lx/r/s;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
invoke-static {v0}, Lx/r/q;->toMutableList(Lkotlin/sequences/Sequence;)Ljava/util/List;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-static {v0}, Lf/h/a/f/f/n/g;->sort(Ljava/util/List;)V
|
||||
|
||||
invoke-interface {v0}, Ljava/util/List;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
187
com.discord/smali_classes2/x/r/t$a.smali
Normal file
187
com.discord/smali_classes2/x/r/t$a.smali
Normal file
|
@ -0,0 +1,187 @@
|
|||
.class public final Lx/r/t$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Iterator;
|
||||
.implements Lx/m/c/x/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lx/r/t;->iterator()Ljava/util/Iterator;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;",
|
||||
"Lx/m/c/x/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:Ljava/util/Iterator;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public e:I
|
||||
|
||||
.field public final synthetic f:Lx/r/t;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lx/r/t;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iput-object p1, p0, Lx/r/t$a;->f:Lx/r/t;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iget-object p1, p1, Lx/r/t;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
invoke-interface {p1}, Lkotlin/sequences/Sequence;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
iput-object p1, p0, Lx/r/t$a;->d:Ljava/util/Iterator;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final a()V
|
||||
.locals 2
|
||||
|
||||
:goto_0
|
||||
iget v0, p0, Lx/r/t$a;->e:I
|
||||
|
||||
iget-object v1, p0, Lx/r/t$a;->f:Lx/r/t;
|
||||
|
||||
iget v1, v1, Lx/r/t;->b:I
|
||||
|
||||
if-ge v0, v1, :cond_0
|
||||
|
||||
iget-object v0, p0, Lx/r/t$a;->d:Ljava/util/Iterator;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
iget-object v0, p0, Lx/r/t$a;->d:Ljava/util/Iterator;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
iget v0, p0, Lx/r/t$a;->e:I
|
||||
|
||||
add-int/lit8 v0, v0, 0x1
|
||||
|
||||
iput v0, p0, Lx/r/t$a;->e:I
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public hasNext()Z
|
||||
.locals 2
|
||||
|
||||
invoke-virtual {p0}, Lx/r/t$a;->a()V
|
||||
|
||||
iget v0, p0, Lx/r/t$a;->e:I
|
||||
|
||||
iget-object v1, p0, Lx/r/t$a;->f:Lx/r/t;
|
||||
|
||||
iget v1, v1, Lx/r/t;->c:I
|
||||
|
||||
if-ge v0, v1, :cond_0
|
||||
|
||||
iget-object v0, p0, Lx/r/t$a;->d:Ljava/util/Iterator;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public next()Ljava/lang/Object;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0}, Lx/r/t$a;->a()V
|
||||
|
||||
iget v0, p0, Lx/r/t$a;->e:I
|
||||
|
||||
iget-object v1, p0, Lx/r/t$a;->f:Lx/r/t;
|
||||
|
||||
iget v1, v1, Lx/r/t;->c:I
|
||||
|
||||
if-ge v0, v1, :cond_0
|
||||
|
||||
add-int/lit8 v0, v0, 0x1
|
||||
|
||||
iput v0, p0, Lx/r/t$a;->e:I
|
||||
|
||||
iget-object v0, p0, Lx/r/t$a;->d:Ljava/util/Iterator;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Ljava/util/NoSuchElementException;
|
||||
|
||||
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public remove()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
244
com.discord/smali_classes2/x/r/t.smali
Normal file
244
com.discord/smali_classes2/x/r/t.smali
Normal file
|
@ -0,0 +1,244 @@
|
|||
.class public final Lx/r/t;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/sequences/Sequence;
|
||||
.implements Lx/r/e;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;",
|
||||
"Lx/r/e<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Lkotlin/sequences/Sequence;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final b:I
|
||||
|
||||
.field public final c:I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/sequences/Sequence;II)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;II)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "sequence"
|
||||
|
||||
invoke-static {p1, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lx/r/t;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
iput p2, p0, Lx/r/t;->b:I
|
||||
|
||||
iput p3, p0, Lx/r/t;->c:I
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
if-ltz p2, :cond_0
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
if-eqz v0, :cond_5
|
||||
|
||||
if-ltz p3, :cond_1
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_1
|
||||
if-eqz v0, :cond_4
|
||||
|
||||
if-lt p3, p2, :cond_2
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:cond_2
|
||||
const/4 p1, 0x0
|
||||
|
||||
:goto_2
|
||||
if-eqz p1, :cond_3
|
||||
|
||||
return-void
|
||||
|
||||
:cond_3
|
||||
const-string p1, "endIndex should be not less than startIndex, but was "
|
||||
|
||||
const-string v0, " < "
|
||||
|
||||
invoke-static {p1, p3, v0, p2}, Lf/e/c/a/a;->l(Ljava/lang/String;ILjava/lang/String;I)Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
new-instance p2, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {p2, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p2
|
||||
|
||||
:cond_4
|
||||
const-string p1, "endIndex should be non-negative, but is "
|
||||
|
||||
invoke-static {p1, p3}, Lf/e/c/a/a;->j(Ljava/lang/String;I)Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
new-instance p2, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {p2, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p2
|
||||
|
||||
:cond_5
|
||||
const-string p1, "startIndex should be non-negative, but is "
|
||||
|
||||
invoke-static {p1, p2}, Lf/e/c/a/a;->j(Ljava/lang/String;I)Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
new-instance p2, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {p2, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p2
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public drop(I)Lkotlin/sequences/Sequence;
|
||||
.locals 4
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget v0, p0, Lx/r/t;->c:I
|
||||
|
||||
iget v1, p0, Lx/r/t;->b:I
|
||||
|
||||
sub-int v2, v0, v1
|
||||
|
||||
if-lt p1, v2, :cond_0
|
||||
|
||||
sget-object p1, Lx/r/f;->a:Lx/r/f;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
new-instance v2, Lx/r/t;
|
||||
|
||||
iget-object v3, p0, Lx/r/t;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
add-int/2addr v1, p1
|
||||
|
||||
invoke-direct {v2, v3, v1, v0}, Lx/r/t;-><init>(Lkotlin/sequences/Sequence;II)V
|
||||
|
||||
move-object p1, v2
|
||||
|
||||
:goto_0
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Lx/r/t$a;
|
||||
|
||||
invoke-direct {v0, p0}, Lx/r/t$a;-><init>(Lx/r/t;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public take(I)Lkotlin/sequences/Sequence;
|
||||
.locals 3
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget v0, p0, Lx/r/t;->c:I
|
||||
|
||||
iget v1, p0, Lx/r/t;->b:I
|
||||
|
||||
sub-int/2addr v0, v1
|
||||
|
||||
if-lt p1, v0, :cond_0
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Lx/r/t;
|
||||
|
||||
iget-object v2, p0, Lx/r/t;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
add-int/2addr p1, v1
|
||||
|
||||
invoke-direct {v0, v2, v1, p1}, Lx/r/t;-><init>(Lkotlin/sequences/Sequence;II)V
|
||||
|
||||
:goto_0
|
||||
return-object v0
|
||||
.end method
|
139
com.discord/smali_classes2/x/r/u$a.smali
Normal file
139
com.discord/smali_classes2/x/r/u$a.smali
Normal file
|
@ -0,0 +1,139 @@
|
|||
.class public final Lx/r/u$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Iterator;
|
||||
.implements Lx/m/c/x/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lx/r/u;->iterator()Ljava/util/Iterator;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;",
|
||||
"Lx/m/c/x/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public d:I
|
||||
|
||||
.field public final e:Ljava/util/Iterator;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lx/r/u;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iget v0, p1, Lx/r/u;->b:I
|
||||
|
||||
iput v0, p0, Lx/r/u$a;->d:I
|
||||
|
||||
iget-object p1, p1, Lx/r/u;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
invoke-interface {p1}, Lkotlin/sequences/Sequence;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
iput-object p1, p0, Lx/r/u$a;->e:Ljava/util/Iterator;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public hasNext()Z
|
||||
.locals 1
|
||||
|
||||
iget v0, p0, Lx/r/u$a;->d:I
|
||||
|
||||
if-lez v0, :cond_0
|
||||
|
||||
iget-object v0, p0, Lx/r/u$a;->e:Ljava/util/Iterator;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public next()Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget v0, p0, Lx/r/u$a;->d:I
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
add-int/lit8 v0, v0, -0x1
|
||||
|
||||
iput v0, p0, Lx/r/u$a;->d:I
|
||||
|
||||
iget-object v0, p0, Lx/r/u$a;->e:Ljava/util/Iterator;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Ljava/util/NoSuchElementException;
|
||||
|
||||
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public remove()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
180
com.discord/smali_classes2/x/r/u.smali
Normal file
180
com.discord/smali_classes2/x/r/u.smali
Normal file
|
@ -0,0 +1,180 @@
|
|||
.class public final Lx/r/u;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/sequences/Sequence;
|
||||
.implements Lx/r/e;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;",
|
||||
"Lx/r/e<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Lkotlin/sequences/Sequence;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final b:I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/sequences/Sequence;I)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;I)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "sequence"
|
||||
|
||||
invoke-static {p1, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lx/r/u;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
iput p2, p0, Lx/r/u;->b:I
|
||||
|
||||
if-ltz p2, :cond_0
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
:goto_0
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
return-void
|
||||
|
||||
:cond_1
|
||||
new-instance p1, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {p1}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
const-string v0, "count must be non-negative, but was "
|
||||
|
||||
invoke-virtual {p1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {p1, p2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const/16 p2, 0x2e
|
||||
|
||||
invoke-virtual {p1, p2}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
new-instance p2, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {p2, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p2
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public drop(I)Lkotlin/sequences/Sequence;
|
||||
.locals 3
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget v0, p0, Lx/r/u;->b:I
|
||||
|
||||
if-lt p1, v0, :cond_0
|
||||
|
||||
sget-object p1, Lx/r/f;->a:Lx/r/f;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
new-instance v1, Lx/r/t;
|
||||
|
||||
iget-object v2, p0, Lx/r/u;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
invoke-direct {v1, v2, p1, v0}, Lx/r/t;-><init>(Lkotlin/sequences/Sequence;II)V
|
||||
|
||||
move-object p1, v1
|
||||
|
||||
:goto_0
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Lx/r/u$a;
|
||||
|
||||
invoke-direct {v0, p0}, Lx/r/u$a;-><init>(Lx/r/u;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public take(I)Lkotlin/sequences/Sequence;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget v0, p0, Lx/r/u;->b:I
|
||||
|
||||
if-lt p1, v0, :cond_0
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Lx/r/u;
|
||||
|
||||
iget-object v1, p0, Lx/r/u;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
invoke-direct {v0, v1, p1}, Lx/r/u;-><init>(Lkotlin/sequences/Sequence;I)V
|
||||
|
||||
:goto_0
|
||||
return-object v0
|
||||
.end method
|
116
com.discord/smali_classes2/x/r/v$a.smali
Normal file
116
com.discord/smali_classes2/x/r/v$a.smali
Normal file
|
@ -0,0 +1,116 @@
|
|||
.class public final Lx/r/v$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Iterator;
|
||||
.implements Lx/m/c/x/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lx/r/v;->iterator()Ljava/util/Iterator;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/util/Iterator<",
|
||||
"TR;>;",
|
||||
"Lx/m/c/x/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:Ljava/util/Iterator;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final synthetic e:Lx/r/v;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lx/r/v;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iput-object p1, p0, Lx/r/v$a;->e:Lx/r/v;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iget-object p1, p1, Lx/r/v;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
invoke-interface {p1}, Lkotlin/sequences/Sequence;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
iput-object p1, p0, Lx/r/v$a;->d:Ljava/util/Iterator;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public hasNext()Z
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lx/r/v$a;->d:Ljava/util/Iterator;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public next()Ljava/lang/Object;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()TR;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lx/r/v$a;->e:Lx/r/v;
|
||||
|
||||
iget-object v0, v0, Lx/r/v;->b:Lkotlin/jvm/functions/Function1;
|
||||
|
||||
iget-object v1, p0, Lx/r/v$a;->d:Ljava/util/Iterator;
|
||||
|
||||
invoke-interface {v1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-interface {v0, v1}, Lkotlin/jvm/functions/Function1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public remove()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
91
com.discord/smali_classes2/x/r/v.smali
Normal file
91
com.discord/smali_classes2/x/r/v.smali
Normal file
|
@ -0,0 +1,91 @@
|
|||
.class public final Lx/r/v;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/sequences/Sequence;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
"R:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TR;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Lkotlin/sequences/Sequence;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final b:Lkotlin/jvm/functions/Function1;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"TT;TR;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"-TT;+TR;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "sequence"
|
||||
|
||||
invoke-static {p1, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "transformer"
|
||||
|
||||
invoke-static {p2, v0}, Lx/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lx/r/v;->a:Lkotlin/sequences/Sequence;
|
||||
|
||||
iput-object p2, p0, Lx/r/v;->b:Lkotlin/jvm/functions/Function1;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Iterator<",
|
||||
"TR;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Lx/r/v$a;
|
||||
|
||||
invoke-direct {v0, p0}, Lx/r/v$a;-><init>(Lx/r/v;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
Loading…
Add table
Add a link
Reference in a new issue