Package org.hglteam.validation.reactive
Interface Validation<T>
- All Known Implementing Classes:
MultiStepValidation,SimpleValidation
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Validation<T>then(Validation<T> validation) reactor.core.publisher.Mono<T>
-
Method Details
-
validate
-
then
-