public abstract class RegexListSearcher<T> extends Object implements com.google.common.base.Function<T,String>
RegexListSearcher(String re)
boolean
hasMatch(List<T> list)
static RegexListSearcher<String>
ofStrings(String re)
Iterable<T>
search(List<T> list)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply, equals
andThen, compose, identity
public RegexListSearcher(String re)
public static RegexListSearcher<String> ofStrings(String re)
public Iterable<T> search(List<T> list)
public boolean hasMatch(List<T> list)