public static final class Either.Right<A,B> extends Either<A,B>
Either.Left<A,B>, Either.Right<A,B>
value
Either.Right(B b)
A
getLeft()
B
getRight()
boolean
isLeft()
equals, hashCode, isRight, left, right, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Either.Right(B b)
public boolean isLeft()
isLeft
Either<A,B>
public A getLeft()
getLeft
public B getRight()
getRight
Copyright © 2014. All rights reserved.