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