86 lines
3.2 KiB
Java
86 lines
3.2 KiB
Java
package kotlin.streams.jdk8;
|
|
|
|
import java.nio.file.DirectoryStream;
|
|
import java.nio.file.FileSystemException;
|
|
import java.nio.file.NoSuchFileException;
|
|
import java.nio.file.SecureDirectoryStream;
|
|
import java.nio.file.attribute.BasicFileAttributeView;
|
|
import java.nio.file.attribute.BasicFileAttributes;
|
|
import java.nio.file.attribute.FileAttributeView;
|
|
import java.util.concurrent.CompletableFuture;
|
|
import java.util.concurrent.CompletionException;
|
|
import java.util.function.BiFunction;
|
|
|
|
/* compiled from: D8$$SyntheticClass */
|
|
/* loaded from: classes.dex */
|
|
public final /* synthetic */ class StreamsKt$$ExternalSyntheticApiModelOutline0 {
|
|
public static /* bridge */ /* synthetic */ Class m() {
|
|
return BasicFileAttributeView.class;
|
|
}
|
|
|
|
public static /* bridge */ /* synthetic */ DirectoryStream m(Object obj) {
|
|
return (DirectoryStream) obj;
|
|
}
|
|
|
|
public static /* synthetic */ FileSystemException m(String str, String str2, String str3) {
|
|
return new FileSystemException(str, str2, str3);
|
|
}
|
|
|
|
/* renamed from: m, reason: collision with other method in class */
|
|
public static /* synthetic */ NoSuchFileException m1620m(String str, String str2, String str3) {
|
|
return new NoSuchFileException(str, str2, str3);
|
|
}
|
|
|
|
/* renamed from: m, reason: collision with other method in class */
|
|
public static /* bridge */ /* synthetic */ SecureDirectoryStream m1623m(Object obj) {
|
|
return (SecureDirectoryStream) obj;
|
|
}
|
|
|
|
/* renamed from: m, reason: collision with other method in class */
|
|
public static /* bridge */ /* synthetic */ BasicFileAttributeView m1625m(Object obj) {
|
|
return (BasicFileAttributeView) obj;
|
|
}
|
|
|
|
/* renamed from: m, reason: collision with other method in class */
|
|
public static /* bridge */ /* synthetic */ BasicFileAttributes m1626m(Object obj) {
|
|
return (BasicFileAttributes) obj;
|
|
}
|
|
|
|
/* renamed from: m, reason: collision with other method in class */
|
|
public static /* bridge */ /* synthetic */ FileAttributeView m1627m(Object obj) {
|
|
return (FileAttributeView) obj;
|
|
}
|
|
|
|
/* renamed from: m, reason: collision with other method in class */
|
|
public static /* synthetic */ CompletableFuture m1634m() {
|
|
return new CompletableFuture();
|
|
}
|
|
|
|
/* renamed from: m, reason: collision with other method in class */
|
|
public static /* bridge */ /* synthetic */ CompletionException m1635m(Object obj) {
|
|
return (CompletionException) obj;
|
|
}
|
|
|
|
/* renamed from: m, reason: collision with other method in class */
|
|
public static /* bridge */ /* synthetic */ BiFunction m1636m(Object obj) {
|
|
return (BiFunction) obj;
|
|
}
|
|
|
|
/* renamed from: m, reason: collision with other method in class */
|
|
public static /* synthetic */ void m1638m() {
|
|
}
|
|
|
|
/* renamed from: m, reason: collision with other method in class */
|
|
public static /* bridge */ /* synthetic */ boolean m1641m(Object obj) {
|
|
return obj instanceof SecureDirectoryStream;
|
|
}
|
|
|
|
public static /* bridge */ /* synthetic */ Class m$1() {
|
|
return FileAttributeView.class;
|
|
}
|
|
|
|
public static /* bridge */ /* synthetic */ boolean m$1(Object obj) {
|
|
return obj instanceof CompletionException;
|
|
}
|
|
}
|