| Package | Description |
|---|---|
| de.flapdoodle.formula.validation | |
| de.flapdoodle.formula.validation.validations |
| Modifier and Type | Method and Description |
|---|---|
RelatedTo4<X,A,B,C,D> |
Validate.WithRelationTo4.by(V4<X,A,B,C,D> validator) |
RelatedTo4<X,A,B,C,D> |
Validate.WithRelationTo4.by(V4<X,A,B,C,D> validator,
String description) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableV4Explained<T,A,B,C,D>
Immutable implementation of
V4.V4Explained. |
static class |
V4.V4Explained<T,A,B,C,D> |
| Modifier and Type | Method and Description |
|---|---|
protected V4<T,A,B,C,D> |
ImmutableV4Explained.delegate() |
protected abstract V4<T,A,B,C,D> |
V4.V4Explained.delegate() |
protected V4<X,A,B,C,D> |
ImmutableRelatedTo4.validation() |
protected abstract V4<X,A,B,C,D> |
RelatedTo4.validation() |
static <T,A,B,C,D> |
V4.withLabel(V4<T,A,B,C,D> delegate,
String label) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableV4Explained.Builder<T,A,B,C,D> |
ImmutableV4Explained.Builder.delegate(V4<T,A,B,C,D> delegate)
Initializes the value for the
delegate attribute. |
static <T,A,B,C,D> |
ImmutableV4Explained.of(V4<T,A,B,C,D> delegate,
String humanReadable)
Construct a new immutable
V4Explained instance. |
static <X,A,B,C,D> |
ImmutableRelatedTo4.of(Value<X> destination,
ValueSource<A> a,
ValueSource<B> b,
ValueSource<C> c,
ValueSource<D> d,
V4<X,A,B,C,D> validation)
Construct a new immutable
RelatedTo4 instance. |
static <X,A,B,C,D> |
RelatedTo4.with(Value<X> destination,
ValueSource<A> a,
ValueSource<B> b,
ValueSource<C> c,
ValueSource<D> d,
V4<X,A,B,C,D> validation) |
ImmutableV4Explained<T,A,B,C,D> |
ImmutableV4Explained.withDelegate(V4<T,A,B,C,D> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
static <T,A,B,C,D> |
V4.withLabel(V4<T,A,B,C,D> delegate,
String label) |
ImmutableRelatedTo4<X,A,B,C,D> |
ImmutableRelatedTo4.withValidation(V4<X,A,B,C,D> value)
Copy the current immutable object by setting a value for the
validation attribute. |
Copyright © 2023. All rights reserved.