Interface ClauseApplicabilityPredicate
public interface ClauseApplicabilityPredicate
Externally-imposed exception from application of some clauses.
- 
Method SummaryModifier and TypeMethodDescriptionbooleantest(@NotNull SelectorClause clause, @NotNull SelectorProcessingContext ctx) 
- 
Method Details- 
testboolean test(@NotNull @NotNull SelectorClause clause, @NotNull @NotNull SelectorProcessingContext ctx) 
 
-