ListUtil()
static <A,B> List<B>
bind(List<A> list, F<A,List<B>> f)
static <A> List<A>
filter(List<A> list, F<A,Boolean> f)
flatMap(List<A> list, F<A,List<B>> f)
static <A,B> B
fold(List<A> list, F2<B,A,B> f, B b)
map(List<A> list, F<A,B> f)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait