| Package | Description |
|---|---|
| de.flapdoodle.os.common.types |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableEither<L,R>
Immutable implementation of
Either. |
| Modifier and Type | Method and Description |
|---|---|
static <L,R> Either<L,R> |
Either.left(L left) |
static <L,R> Either<L,R> |
Either.right(R right) |
| Modifier and Type | Method and Description |
|---|---|
static <L,R> ImmutableEither<L,R> |
ImmutableEither.copyOf(Either<L,R> instance)
Creates an immutable copy of a
Either value. |
ImmutableEither.Builder<L,R> |
ImmutableEither.Builder.from(Either<L,R> instance)
Fill a builder with attribute values from the provided
Either instance. |
Copyright © 2021. All rights reserved.