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