Skip to content

gpunto/eitherify-example

Repository files navigation

eitherify-example

Two Kotlin extension functions to transform a Single<T> into a Single<Either<Throwable, T>> or into a Single<Result<T>>.

Read the article: on my blog or on Medium.