Interface NoOpsList<T>

All Superinterfaces:
Collection<T>, Iterable<T>, List<T>

@ParametersAreNonnullByDefault public interface NoOpsList<T> extends List<T>