Optional<E>
getError()
Optional<V>
getValue()
boolean
hasError()
<R> R
map(Function<V,R> valueHandler, Function<E,R> errorHandler)
static <V,E> Either<V,E>
onCondition(boolean condition, V value, E error)
onError(E error)
onValue(V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait