Skip to content

sarthakn7/RxJavaGuava

 
 

Repository files navigation

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>>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 91.4%
  • Shell 8.6%