| 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 |
ImmutableRelatedTo4<X,A,B,C,D>
Immutable implementation of
RelatedTo4. |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static <X,A,B,C,D> |
ImmutableRelatedTo4.copyOf(RelatedTo4<X,A,B,C,D> instance)
Creates an immutable copy of a
RelatedTo4 value. |
Copyright © 2023. All rights reserved.