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