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