public class HasFunction<T> extends Object implements ElementToIteratorFunction<T>
Constructor and Description |
---|
HasFunction(Iterable<T> iterable,
TreeProvider<T> provider) |
HasFunction(Predicate<T> predicate,
SearchStrategy searchStrategy,
TreeProvider<T> provider) |
HasFunction(String selectorString,
SearchStrategy searchStrategy,
TreeProvider<T> provider) |
public HasFunction(String selectorString, SearchStrategy searchStrategy, TreeProvider<T> provider)
public HasFunction(Predicate<T> predicate, SearchStrategy searchStrategy, TreeProvider<T> provider)
public HasFunction(Iterable<T> iterable, TreeProvider<T> provider)
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.