FlatMapEitherSingleExtension<L, R1> extension

Extends the Single class with the ability to transform the Either events.

on

Methods

flatMapEitherSingle<R2>(Single<Either<L, R2>> transform(R1 value)) Single<Either<L, R2>>
flatMap the Either in the Single context.