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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<org.sonar.api.batch.fs.FilePredicate> operands()  
      • Methods inherited from interface org.sonar.api.batch.fs.FilePredicate

        apply
    • Method Detail

      • operands

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