ImprovedList<T> |
ImprovedList.ImprovedListStream.collect() |
static <T> ImprovedList<T> |
ImprovedList.improve(List<T> inferiorList) |
static <T> ImprovedList<T> |
ImprovedList.of(List<T> inferiorList) |
static <T> ImprovedList<T> |
ImprovedList.of(T... stuff) |
ImprovedList<T> |
ImprovedList.subList(int fromIndex) |
ImprovedList<T> |
ImprovedList.subList(int fromIndex,
int toIndex) |
ImprovedList<T> |
ImprovedStream.toList() |
<O> ImprovedList<O> |
ImprovedList.transform(java.util.function.Function<? super T,? extends O> f) |
<O> ImprovedList<O> |
ImprovedList.ImprovedListStream.transform(java.util.function.Function<? super T,? extends O> f) |