public interface V1<T,A>
| Modifier and Type | Interface and Description |
|---|---|
static class |
V1.V1Explained<T,A> |
| Modifier and Type | Method and Description |
|---|---|
List<ErrorMessage> |
validate(Optional<T> value,
ValidatedValue<A> a) |
static <T,A> V1<T,A> |
withLabel(V1<T,A> delegate,
String label) |
Copyright © 2023. All rights reserved.