Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 399 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 399 Bytes

RxJavaGuava

A simple utility class for interop between RxJava and Guava's ListenableFuture. It also features a static factory GuavaTranformers class which transforms an Observable<T> into the following Guava collections.

Observable<ImmutableList<T>>

Observable<ImmutableSet<T>>

Observable<ImmutableMap<K,T>>

Observable<ImmutableListMultimap<K,V>>