Methods in eu.lindenbaum.maven.util with parameters of type Predicate |
static
|
CollectionUtils.filter(Predicate<A> p,
Collection<A> as)
Removes elements from a collection which do not satisfy a given predicate. |
static
|
ErlUtils.toList(Collection<T> list,
Predicate<T> p,
String prefix,
String postfix)
Converts a Collection into a string containing a valid erlang list. |
static
|
ErlUtils.toList(T[] array,
Predicate<T> p,
String prefix,
String postfix)
Converts an array into a string containing a valid erlang list. |