| 类 | 说明 |
|---|---|
| SeqCountFunction |
count(seq) to get seq's size
|
| SeqFilterFunction |
filter(seq,predicate) to filter seq by predicate
|
| SeqIncludeFunction |
include(seq,obj) function to check if seq contains object
|
| SeqMakePredicateFunFunction |
Function to make predicate for filter function
|
| SeqMapFunction |
map(col,fun) function to iterate seq with function
|
| SeqPredicateFunction |
A predicate function
|
| SeqReduceFunction |
reduce(col,fun,init) function to reduce seq with function and a initial value
value
|
| SeqSortFunction |
sort(list) function to sort java.util.List or array,return a sorted duplicate
object
|
Copyright © 2017. All Rights Reserved.