| Modifier and Type | Method and Description |
|---|---|
<X> X |
Either.fold(Function<L,X> left,
Function<R,X> right)
Fold the either with functions handling the Left and the Right case.
|
<X> X |
Either.fold(Function<L,X> left,
Function<R,X> right)
Fold the either with functions handling the Left and the Right case.
|
<R2> Either<L,R2> |
Either.map(Function<R,R2> f)
Chains this either to an ordinary function.
|
Copyright © 2015. All rights reserved.