public interface ValidatableService
ValidationException with the ValidationErrors when errors > 0.| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(java.util.function.Supplier<T> validatable)
Executes the validatable supplier to collect any validation error after execution
|
<T> T execute(java.util.function.Supplier<T> validatable)
validatable - the validatable supplier.ValidationException - when there are validation errors after completion of the given supplier.Copyright © 2018 SAP SE. All Rights Reserved.