public class Functions extends Object
Functions()
static <T> List<T>
filter(List<T> src, Filter<T> func)
static <S,M> List<M>
map(List<S> src, Transformer<S,M> func)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Functions()
public static <T> List<T> filter(List<T> src, Filter<T> func)
public static <S,M> List<M> map(List<S> src, Transformer<S,M> func)