flatMap<R2> method
Implementation
EitherBuilder<L, R2> flatMap<R2>(
E.Either<L, R2> Function(R) f,
) =>
EitherBuilder(E.flatMap(f)(_either));
EitherBuilder<L, R2> flatMap<R2>(
E.Either<L, R2> Function(R) f,
) =>
EitherBuilder(E.flatMap(f)(_either));