| Package | Description |
|---|---|
| de.flapdoodle.types |
| Modifier and Type | Method and Description |
|---|---|
static <L,R> Either<L,R> |
Either.left(L left) |
<T> Either<T,R> |
Either.mapLeft(Function<L,T> transformation) |
<T> Either<L,T> |
Either.mapRight(Function<R,T> transformation) |
static <L,R> Either<L,R> |
Either.right(R right) |
Copyright © 2023. All rights reserved.