| public static <L, R> Either<L, R> | |
| public abstract <C, D> Either<C, D> | | mapBoth(Function<? super L, ? extends C> arg0, Function<? super R, ? extends D> arg1) |
|
| public abstract <T> T | | map(Function<? super L, ? extends T> arg0, Function<? super R, ? extends T> arg1) |
|
| public abstract Either<L, R> | |
| public abstract Either<L, R> | |
| public abstract Optional<L> | |
| public abstract Optional<R> | |
| public <T> Either<T, R> | | mapLeft(Function<? super L, ? extends T> arg0) |
|
| public <T> Either<L, T> | | mapRight(Function<? super R, ? extends T> arg0) |
|
| public static <L, R> Either<L, R> | |
| public static <L, R> Either<L, R> | |
| public L | |
| public Either<R, L> | |
| public <L2> Either<L2, R> | |