Uses of Interface
org.hglteam.validation.reactive.Validation
-
Uses of Validation in org.hglteam.validation.reactive
Classes in org.hglteam.validation.reactive that implement ValidationMethods in org.hglteam.validation.reactive that return ValidationModifier and TypeMethodDescriptionstatic <T> Validation<T>Validations.from(ReactivePredicate<T> reactivePredicate, ExceptionProvider<T, ?> exceptionProvider) protected Validation<T>MultiStepValidationBuilderBase.getFinalValidation()default Validation<T>Validation.then(Validation<T> validation) Methods in org.hglteam.validation.reactive with parameters of type ValidationModifier and TypeMethodDescriptiondefault Validation<T>Validation.then(Validation<T> validation) MultiStepValidationBuilderBase.thenCheck(Validation<T> validation)