extends Either<L, R>
All mapped superinterfaces:
| com.mojang.datafixers.util.Either$Left |
Field summary
| Modifier and Type | Field | ||
|---|---|---|---|
| private final L |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (L arg0) |
Method summary
| Modifier and Type | Method | ||
|---|---|---|---|
| public <C, D> Either<C, D> |
| ||
| public <T> T |
| ||
| public Either<L, R> |
| ||
| public Either<L, R> |
| ||
| public Optional<L> |
| ||
| public Optional<R> |
|