Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
22
apk_decompiled/sources/kotlin/text/Regex$findAll$2.java
Normal file
22
apk_decompiled/sources/kotlin/text/Regex$findAll$2.java
Normal file
@@ -0,0 +1,22 @@
|
||||
package kotlin.text;
|
||||
|
||||
import kotlin.Metadata;
|
||||
import kotlin.jvm.functions.Function1;
|
||||
import kotlin.jvm.internal.FunctionReferenceImpl;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
|
||||
@Metadata(k = 3, mv = {1, 9, 0}, xi = 48)
|
||||
/* loaded from: classes3.dex */
|
||||
public /* synthetic */ class Regex$findAll$2 extends FunctionReferenceImpl implements Function1<MatchResult, MatchResult> {
|
||||
public static final Regex$findAll$2 INSTANCE = new Regex$findAll$2();
|
||||
|
||||
public Regex$findAll$2() {
|
||||
super(1, MatchResult.class, "next", "next()Lkotlin/text/MatchResult;", 0);
|
||||
}
|
||||
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public final MatchResult invoke(MatchResult p02) {
|
||||
Intrinsics.checkNotNullParameter(p02, "p0");
|
||||
return p02.next();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user