| Modifier and Type | Method and Description |
|---|---|
<R2,B> Either<L,R2> |
Either.bind(EitherBiFunction<L,R,B,R2> f,
B value)
Chains this either to a function that accepts its rights argument and an
additional argument and returns an Either.
|
Copyright © 2015. All rights reserved.