Uses of Interface
eu.lindenbaum.maven.util.Predicate

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
<A> Collection<A>
CollectionUtils.filter(Predicate<A> p, Collection<A> as)
          Returns the Collection of elements satisfying a given predicate.
static
<T> String
ErlUtils.toList(Collection<T> list, Predicate<T> p, String prefix, String postfix)
          Converts a Collection into a string containing a valid erlang list.
static
<T> String
ErlUtils.toList(T[] array, Predicate<T> p, String prefix, String postfix)
          Converts an array into a string containing a valid erlang list.
 



Copyright © 2012 Lindenbaum GmbH. All Rights Reserved.