Either.Left<L,R>, Either.Right<L,R>| Constructor and Description |
|---|
Right() |
| Modifier and Type | Method and Description |
|---|---|
R |
getRight()
Returns the right value (if this is a right value).
|
boolean |
isRight()
Checks whether this
Either is a right value. |
public boolean isRight()
EitherEither is a right value.Copyright © 2015. All rights reserved.