P - type of Path that the selector works with.public interface Selector<P extends Path<?,? extends P>> extends java.util.function.Predicate<P>, Cloneable
| Modifier and Type | Method and Description |
|---|---|
default java.util.stream.Stream<Selector<P>> |
chain()
Chain of selectors.
|
Selector<P> |
clone()
Creates and returns a copy of this object.
|
long |
metrics()
Metrics of the selector.
|
String |
name()
Name of the selector.
|
Selector<P> |
next()
Next selector in selector chain.
|
and, isEqual, negate, or, testString name()
long metrics()
default java.util.stream.Stream<Selector<P>> chain()
Selector<P> clone() throws CloneNotSupportedException
CloneNotSupportedException - if the object's class does not
support the Cloneable interface. Subclasses
that override the clone method can also
throw this exception to indicate that an instance cannot
be cloned.Object.clone()Copyright © 2020. All rights reserved.