public class DefaultDestinationPredicate extends java.lang.Object implements DestinationPredicate
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(java.lang.String key)
Returns the result of applying this predicate to
key. |
boolean |
isPotentialConfigMatch(java.lang.String key) |
public boolean apply(java.lang.String key)
key. This method is generally expected, but not
absolutely required, to have the following properties:
Object.equals(a, b)
implies that predicate.apply(a) == predicate.apply(b)).
public boolean isPotentialConfigMatch(java.lang.String key)
isPotentialConfigMatch in interface DestinationPredicate