| Constructor and Description |
|---|
ListFunction(Function<IN,OUT> fun) |
| Modifier and Type | Method and Description |
|---|---|
List<OUT> |
apply(List<IN> inl)
Apply the function to the input argument and return the result.
|
public ListFunction(Function<IN,OUT> fun)
fun -