public class SelectorFunction<T> extends Object implements IteratorToIteratorFunction<T>, Predicate<T>
Constructor and Description |
---|
SelectorFunction(String selector,
TreeProvider<T> provider,
SearchStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
Iterator<Option<T>> |
apply(Iterator<Option<T>> input) |
boolean |
test(T resource) |
public SelectorFunction(String selector, TreeProvider<T> provider, SearchStrategy strategy)
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.