public final class Either<L,R> extends Pair<Optional<L>,Optional<R>>
x, y
static <L,R> Either<L,R>
ofLeft(L left)
ofRight(R right)
equals, first, hashCode, of, second, toString, x, y
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final <L,R> Either<L,R> ofLeft(L left)
public static final <L,R> Either<L,R> ofRight(R right)
Copyright © 2010–2019 Francesco Kriegel. All rights reserved.