| 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 |
ImmutableSelf<X>
Immutable implementation of
Self. |
| Modifier and Type | Method and Description |
|---|---|
static <X> Self<X> |
Self.with(Value<X> destination,
V0<X> validation) |
| Modifier and Type | Method and Description |
|---|---|
static <X> ImmutableSelf<X> |
ImmutableSelf.copyOf(Self<X> instance)
Creates an immutable copy of a
Self value. |
Copyright © 2023. All rights reserved.