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