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