Represents the computation that will return an Either<A, B>.
Either<A, B>
Future<e.Either<A, B>> Function() get value;