Package ai.extend.types
Interface RuleValidationResult.AllPassedStage
-
- All Known Implementing Classes:
RuleValidationResult.Builder
- Enclosing class:
- RuleValidationResult
public static interface RuleValidationResult.AllPassedStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleValidationResult._FinalStageallPassed(boolean allPassed)Indicates whether all validation rules passed.RuleValidationResult.Builderfrom(RuleValidationResult other)
-
-
-
Method Detail
-
allPassed
RuleValidationResult._FinalStage allPassed(boolean allPassed)
Indicates whether all validation rules passed.
-
from
RuleValidationResult.Builder from(RuleValidationResult other)
-
-