24 lines
591 B
Java
24 lines
591 B
Java
package o;
|
|
|
|
import java.io.File;
|
|
import o.InterfaceC1095VmX;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class AWA<DataType> implements InterfaceC1095VmX.IeS {
|
|
private final DataType c;
|
|
private final unA d;
|
|
private final gaU<DataType> e;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public AWA(gaU<DataType> gau, DataType datatype, unA una) {
|
|
this.e = gau;
|
|
this.c = datatype;
|
|
this.d = una;
|
|
}
|
|
|
|
@Override // o.InterfaceC1095VmX.IeS
|
|
public final boolean e(File file) {
|
|
return this.e.d(this.c, file, this.d);
|
|
}
|
|
}
|