| Package | Description |
|---|---|
| com.tomasteubner.util |
| Modifier and Type | Method and Description |
|---|---|
static <F,T> MappedIterable<F,T> |
MappedIterable.from(Iterable<F> base,
Mapping<F,T> mapping) |
static <F,T> List<T> |
CollectionUtils.mappedList(List<F> from,
Mapping<F,T> mapping) |
Copyright © 2017. All Rights Reserved.