public final class RegexListSearcher<T> extends Object
RegExp
.Constructor and Description |
---|
RegexListSearcher(String re,
Function<T,String> toStringFunc) |
Modifier and Type | Method and Description |
---|---|
static RegexListSearcher<String> |
ofStrings(String re) |
Stream<T> |
search(List<T> list) |