Uses of Interface
com.flowingcode.backendcore.service.validation.InvariantValidator
Packages that use InvariantValidator
-
Uses of InvariantValidator in com.flowingcode.backendcore.service.validation
Methods in com.flowingcode.backendcore.service.validation that return InvariantValidatorModifier and TypeMethodDescriptiondefault InvariantValidator<T>InvariantValidator.and(InvariantValidator<T> then) static <T> InvariantValidator<T>InvariantValidator.forCondition(Predicate<T> predicate, String messageKey) static <T> InvariantValidator<T>InvariantValidator.forCondition(Predicate<T> predicate, Function<T, ErrorDescription> errorSupplier) Methods in com.flowingcode.backendcore.service.validation with parameters of type InvariantValidatorModifier and TypeMethodDescriptiondefault InvariantValidator<T>InvariantValidator.and(InvariantValidator<T> then)