package o; import java.util.Collections; import java.util.List; /* loaded from: classes.dex */ public interface SCe { boolean d(Model model); IeS e(Model model, int i, int i2, unA una); /* loaded from: classes.dex */ public static class IeS { public final List a; public final InterfaceC12232euN d; public final InterfaceC2545agd e; public IeS(InterfaceC2545agd interfaceC2545agd, InterfaceC12232euN interfaceC12232euN) { this(interfaceC2545agd, Collections.emptyList(), interfaceC12232euN); } private IeS(InterfaceC2545agd interfaceC2545agd, List list, InterfaceC12232euN 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; } } }