package my_util; import java.util.List; public interface ListComprehension<T> { List<T> getList(); }