public abstract class MappedList
extends java.lang.Object
List
that presents a mapped view of another List
.Modifier and Type | Method and Description |
---|---|
static <T,U> java.util.List<U> |
from(java.util.List<T> list,
java.util.function.Function<? super T,? extends U> mapper) |