Skip to content

Instantly share code, notes, and snippets.

@jeje
Created July 24, 2014 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeje/ab107f72bd1dfd755e81 to your computer and use it in GitHub Desktop.
Save jeje/ab107f72bd1dfd755e81 to your computer and use it in GitHub Desktop.
public interface WeatherService {
Observable<WeatherConditions> getConditions(Observable<WeatherRequest> requests);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment