Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 471 Bytes

File metadata and controls

5 lines (3 loc) · 471 Bytes

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.