fun eval()

in src/main/kotlin/jetbrains/buildServer/server/querylang/ast/ConditionContainer.kt [6:11]


    fun eval(): EvalResult<NestedObject> {
        if (Thread.currentThread().isInterrupted) {
            throw InterruptedException()
        }
        return evalInner()
    }