| Package | Description |
|---|---|
| de.flapdoodle.guava |
| Modifier and Type | Class and Description |
|---|---|
static class |
Either.Left<L,R> |
static class |
Either.Right<L,R> |
| Modifier and Type | Method and Description |
|---|---|
static <L,R> Either<L,R> |
Either.leftOrRight(L left,
R right) |
static <L,R> Either<L,R> |
Either.leftOrRight(L left,
R right,
String errorMessage) |
Copyright © 2016. All rights reserved.