| 程序包 | 说明 |
|---|---|
| org.jupiter.common.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static <F,T> List<T> |
Lists.transform(List<F> fromList,
Function<? super F,? extends T> function)
Returns a list that applies
function to each element of fromList. |
Copyright © 2018. All rights reserved.