| Modifier and Type | Method and Description |
|---|---|
<R1> Either<L,R1> |
flatMap(Function<R,Either<L,R1>> f) |
L |
getLeft() |
R |
getRight() |
boolean |
isRight() |
<R1> Either<L,R1> |
map(Function<R,R1> f) |
String |
toString() |
Copyright © 2021. All rights reserved.