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.

Releases

No releases published

Packages

No packages published

Languages