Interface OperatorPredicate
- All Superinterfaces:
org.sonar.api.batch.fs.FilePredicate
public interface OperatorPredicate
extends org.sonar.api.batch.fs.FilePredicate
A predicate that associate other predicates
-
Method Summary
Methods inherited from interface org.sonar.api.batch.fs.FilePredicate
apply
-
Method Details
-
operands
List<org.sonar.api.batch.fs.FilePredicate> operands()
-