public interface Extractor<T>
T
extract(Collection<Tree> trees)
extract(Iterator<Tree> iterator, Function<Tree,Tree> f)
T extract(Collection<Tree> trees)
T extract(Iterator<Tree> iterator, Function<Tree,Tree> f)
Stanford NLP Group