Package yapion.hierarchy.validators
Interface Validation
- 
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
 @FunctionalInterface public interface Validation
- 
- 
Method SummaryModifier and Type Method Description booleanvalidate(java.lang.Object o)This method should return true if the inputtedYAPIONValuevalue is considered to be valid.
 
- 
- 
- 
Method Detail- 
validateboolean validate(java.lang.Object o) This method should return true if the inputtedYAPIONValuevalue is considered to be valid.- Parameters:
- o- the value of the- YAPIONValue
- Returns:
- trueif valid,- falseotherwise
 
 
- 
 
-