public interface TreeSelectorFactory
Modifier and Type | Method and Description |
---|---|
<E> TreeSelector<E> |
newSelector(Predicate<OpenNode<? extends E,?>> predicate)
Create a tree selector for the root node (entire tree).
|
<E> TreeSelector<E> |
newSelector(TreeSelector<E> selector,
Predicate<OpenNode<? extends E,?>> predicate)
Create a tree selector for the children of another tree selector.
|
<E> TreeSelector<E> newSelector(Predicate<OpenNode<? extends E,?>> predicate)
E
- the element type of the treepredicate
- a predicate<E> TreeSelector<E> newSelector(TreeSelector<E> selector, Predicate<OpenNode<? extends E,?>> predicate)
E
- the element type of the treeselector
- a base selectorpredicate
- a predicateCopyright © 2014–2016. All rights reserved.