Interface AttributeValidator<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
AttributeValidator.
- Since:
- 7.2
- Author:
- Tristan Tarrant
-
Method Summary
Modifier and TypeMethodDescriptionstatic <E extends Number>
AttributeValidator<E>greaterThanZero
(Enum<?> attribute) void
-
Method Details
-
validate
-
greaterThanZero
-