38 lines
1.3 KiB
Java
38 lines
1.3 KiB
Java
package o;
|
|
|
|
import java.util.Collections;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes.dex */
|
|
public interface SCe<Model, Data> {
|
|
boolean d(Model model);
|
|
|
|
IeS<Data> e(Model model, int i, int i2, unA una);
|
|
|
|
/* loaded from: classes.dex */
|
|
public static class IeS<Data> {
|
|
public final List<InterfaceC2545agd> a;
|
|
public final InterfaceC12232euN<Data> d;
|
|
public final InterfaceC2545agd e;
|
|
|
|
public IeS(InterfaceC2545agd interfaceC2545agd, InterfaceC12232euN<Data> interfaceC12232euN) {
|
|
this(interfaceC2545agd, Collections.emptyList(), interfaceC12232euN);
|
|
}
|
|
|
|
private IeS(InterfaceC2545agd interfaceC2545agd, List<InterfaceC2545agd> list, InterfaceC12232euN<Data> interfaceC12232euN) {
|
|
if (interfaceC2545agd == null) {
|
|
throw new NullPointerException("Argument must not be null");
|
|
}
|
|
this.e = interfaceC2545agd;
|
|
if (list == null) {
|
|
throw new NullPointerException("Argument must not be null");
|
|
}
|
|
this.a = list;
|
|
if (interfaceC12232euN == null) {
|
|
throw new NullPointerException("Argument must not be null");
|
|
}
|
|
this.d = interfaceC12232euN;
|
|
}
|
|
}
|
|
}
|