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

    Modifier and Type
    Method
    Description
    List<org.sonar.api.batch.fs.FilePredicate>
     

    Methods inherited from interface org.sonar.api.batch.fs.FilePredicate

    apply
  • Method Details

    • operands

      List<org.sonar.api.batch.fs.FilePredicate> operands()