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