24 lines
		
	
	
		
			772 B
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			772 B
		
	
	
	
		
			Java
		
	
	
	
	
	
| package kotlin.text;
 | |
| 
 | |
| import kotlin.Metadata;
 | |
| import kotlin.jvm.functions.Function1;
 | |
| import kotlin.jvm.internal.FunctionReferenceImpl;
 | |
| import kotlin.jvm.internal.Intrinsics;
 | |
| 
 | |
| /* compiled from: Regex.kt */
 | |
| @Metadata(k = 3, mv = {1, 8, 0}, xi = 48)
 | |
| /* loaded from: classes.dex */
 | |
| /* synthetic */ class Regex$findAll$2 extends FunctionReferenceImpl implements Function1<MatchResult, MatchResult> {
 | |
|     public static final Regex$findAll$2 INSTANCE = new Regex$findAll$2();
 | |
| 
 | |
|     Regex$findAll$2() {
 | |
|         super(1, MatchResult.class, "next", "next()Lkotlin/text/MatchResult;", 0);
 | |
|     }
 | |
| 
 | |
|     @Override // kotlin.jvm.functions.Function1
 | |
|     public final MatchResult invoke(MatchResult p0) {
 | |
|         Intrinsics.checkNotNullParameter(p0, "p0");
 | |
|         return p0.next();
 | |
|     }
 | |
| }
 |