Package com.github.simy4.xpath.util
Interface Predicate<T>
-
- Type Parameters:
T- predicate parameter type
- All Known Implementing Classes:
AncestorOrSelfAxisResolver,AttributeAxisResolver,ChildAxisResolver,DescendantOrSelfAxisResolver,FollowingSiblingAxisResolver,ParentAxisResolver,SelfAxisResolver
public interface Predicate<T>java.util.function.Predicateexact copy.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantest(T t)
-
-
-
Method Detail
-
test
boolean test(T t)
-
-