Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DefaultNotFilter (0.2 sec)

  1. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/analysis/AnalysisStatementFilter.kt

    
    fun AnalysisStatementFilter.implies(other: AnalysisStatementFilter) = this.not().or(other)
    
    
    fun AnalysisStatementFilter.not(): AnalysisStatementFilter = AnalysisStatementFiltersImplementations.DefaultNotFilter(this)
    
    
    internal
    fun AnalysisStatementFilter.shouldAnalyzeStatement(statement: DataStatement, scopes: List<AnalysisScopeView>): Boolean = when (this) {
        is AnalysisStatementFilter.AnalyzeEverythingFilter -> true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 12:25:46 UTC 2024
    - 3.9K bytes
    - Viewed (0)
Back to top