public interface ValidationReport
| Modifier and Type | Interface and Description |
|---|---|
static class |
ValidationReport.Simple |
| Modifier and Type | Method and Description |
|---|---|
ValidationReport |
ifRejectedThrow() |
void |
orElse(Runnable task) |
<T> T |
orElse(java8.util.function.Supplier<T> task) |
java8.util.stream.Stream<Violation> |
stream() |
java8.util.stream.Stream<Violation> stream()
ValidationReport ifRejectedThrow()
void orElse(Runnable task)
<T> T orElse(java8.util.function.Supplier<T> task)
Copyright © 2010–2025 Smals. All rights reserved.