| Package | Description |
|---|---|
| de.flapdoodle.types |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableNone<T>
Immutable implementation of
Maybe.None. |
| Modifier and Type | Method and Description |
|---|---|
static <T> Maybe.None<T> |
Maybe.none() |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableNone<T> |
ImmutableNone.copyOf(Maybe.None<T> instance)
Creates an immutable copy of a
Maybe.None value. |
ImmutableNone.Builder<T> |
ImmutableNone.Builder.from(Maybe.None<T> instance)
Fill a builder with attribute values from the provided
None instance. |
Copyright © 2023. All rights reserved.