| Package | Description |
|---|---|
| de.flapdoodle.os.common.types |
| Modifier and Type | Method and Description |
|---|---|
static <L,R> ImmutableEither.Builder<L,R> |
ImmutableEither.builder()
Creates a builder for
ImmutableEither. |
ImmutableEither.Builder<L,R> |
ImmutableEither.Builder.from(Either<L,R> instance)
Fill a builder with attribute values from the provided
Either instance. |
ImmutableEither.Builder<L,R> |
ImmutableEither.Builder.optLeft(L optLeft)
Initializes the optional value
optLeft to optLeft. |
ImmutableEither.Builder<L,R> |
ImmutableEither.Builder.optLeft(Optional<? extends L> optLeft)
Initializes the optional value
optLeft to optLeft. |
ImmutableEither.Builder<L,R> |
ImmutableEither.Builder.optRight(Optional<? extends R> optRight)
Initializes the optional value
optRight to optRight. |
ImmutableEither.Builder<L,R> |
ImmutableEither.Builder.optRight(R optRight)
Initializes the optional value
optRight to optRight. |
Copyright © 2021. All rights reserved.