|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Predicate | |
---|---|
eu.lindenbaum.maven.util |
Uses of Predicate in eu.lindenbaum.maven.util |
---|
Fields in eu.lindenbaum.maven.util declared as Predicate | |
---|---|
static Predicate<File> |
FileUtils.FILE_PRED
a Predicate that checks a file for null and existance |
Methods in eu.lindenbaum.maven.util with parameters of type Predicate | ||
---|---|---|
static
|
CollectionUtils.filter(Predicate<A> p,
Collection<A> as)
Returns the Collection of elements satisfying 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |