| Package | Description |
|---|---|
| net.ninjacat.smooth.utils |
| Modifier and Type | Class and Description |
|---|---|
static class |
Either.First<F,S>
Container that only has the first value.
|
static class |
Either.Second<F,S>
Container that only has the second value.
|
| Modifier and Type | Method and Description |
|---|---|
static <F,S> Either<F,S> |
Either.first(F val)
Creates an new Either instance with the first value.
|
static <F,S> Either<F,S> |
Either.second(S val)
Creates an new Either instance with the second value.
|
Copyright © 2018. All rights reserved.