public class ListFunctions extends Object
| Constructor and Description |
|---|
ListFunctions() |
| Modifier and Type | Method and Description |
|---|---|
List<List<Object>> |
batch(Object input,
int groupSize) |
List<List<Object>> |
batch(Object input,
int groupSize,
Object padding) |
String |
concatenate(String... pieces) |
Object |
first(List input) |
String |
join(Object input) |
String |
join(Object input,
String separator) |
Object |
last(List input) |
int |
length(Iterable input) |
Object |
max(Object... values) |
Object |
merge(Object first,
Object... rest) |
Object |
min(Object... values) |
List |
reverse(Object input) |
Object |
slice(Object input,
int begin,
int length) |
List |
sort(List input) |
public int length(Iterable input)
public Object slice(Object input, int begin, int length) throws FunctionException
FunctionExceptionCopyright © 2014. All Rights Reserved.