Interface RegistryValidator<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RegistryValidator<?> static final RegistryValidator<?> -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> RegistryValidator<T> none()static <T> RegistryValidator<T> nonEmpty()void
-
Field Details
-
NONE
-
NON_EMPTY
-
-
Method Details
-
none
-
nonEmpty
-
validate
-