BindEitherFutureExtension<L, R> extension

Provide bind extension on a Future of Either.

on

Methods

bind(EitherEffect<L> effect) Future<R>
Attempt to get right value of this. Or return a Future that completes with a ControlError.