Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save arkivanov/50d3d6aa1cf4adb11d1a225db7b6b6b9 to your computer and use it in GitHub Desktop.
Save arkivanov/50d3d6aa1cf4adb11d1a225db7b6b6b9 to your computer and use it in GitHub Desktop.
Simple Java interface with RxJava Single
public interface UserDataSource {
Single<User> load();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment